#14A989

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

Shades of Mountain Meadow #14A989

Tints of Mountain Meadow #14A989

Color information

#14A989 (or 0x14A989) is unknown color: approx Mountain Meadow. HEX triplet: 14, A9 and 89. RGB value is (20,169,137). Sum of RGB (Red+Green+Blue) = 20+169+137=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #14A989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A989 is #EB5676. Grayscale: #787878. Windows color (decimal): -15423095 or 9021716. OLE color: 9021716.

HSL color Cylindrical-coordinate representation of color #14A989: hue angle of 167.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A989 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB20169137-
CMYK0.8800.190.34
HSL167.11º78.84%37.06%-
HSV(B)167.11º88.17%66.27%-
XYZ18.9930.3328.52-
YUV120.8137.1456.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.13%
GREEN value IS 169 (66.41% from 255) = 51.84%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=6.13%
G=51.84%
B=42.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal201691370.8800.190.34167.1178.8437.06
Hex14A9895801322a74f25
Octal242512111300234224711745
Binary1010010101001100010011011000010011100010101001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,169,137); }

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

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

 a { background-color: rgb(20,169,137); }

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

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

 span { border-color: rgb(20,169,137); }

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