#14B492

Color #14B492 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14B492

Tints of Mountain Meadow #14B492

Color information

#14B492 (or 0x14B492) is unknown color: approx Mountain Meadow. HEX triplet: 14, B4 and 92. RGB value is (20,180,146). Sum of RGB (Red+Green+Blue) = 20+180+146=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #14B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B492 is #EB4B6D. Grayscale: #808080. Windows color (decimal): -15420270 or 9614356. OLE color: 9614356.

HSL color Cylindrical-coordinate representation of color #14B492: hue angle of 167.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B492 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB20180146-
CMYK0.8900.190.29
HSL167.25º80%39.22%-
HSV(B)167.25º88.89%70.59%-
XYZ21.834.8732.78-
YUV128.28137.9950.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=5.78%
G=52.02%
B=42.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201801460.8900.190.29167.258039.22
Hex14B492590131Da75027
Octal242642221310233524712047
Binary101001011010010010010101100101001111101101001111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B492; }

 p { color: rgb(20,180,146); }

 H1.HeaderClassName
 {
   color: #14B492;
 }
 .AnyTagClassName
 {
   color: #14B492;
 }
</style>
background-color css

<style>
 a { background-color: #14B492; }

 a { background-color: rgb(20,180,146); }

 div.DivClassName
 {
   background-color: #14B492;
 }
 .BgClassName
 {
   background-color: #14B492;
 }
</style>
border-color css

<style>
 span { border-color: #14B492; }

 span { border-color: rgb(20,180,146); }

 td.TdClassName
 {
   border-color: #14B492;
 }
 .TagClassName
 {
   border-color: #14B492;
 }
</style>