#12AA79

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

Shades of Mountain Meadow #12AA79

Tints of Mountain Meadow #12AA79

Color information

#12AA79 (or 0x12AA79) is unknown color: approx Mountain Meadow. HEX triplet: 12, AA and 79. RGB value is (18,170,121). Sum of RGB (Red+Green+Blue) = 18+170+121=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA79 is #ED5586. Grayscale: #777777. Windows color (decimal): -15553927 or 7973394. OLE color: 7973394.

HSL color Cylindrical-coordinate representation of color #12AA79: hue angle of 160.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA79 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB18170121-
CMYK0.8900.290.33
HSL160.66º80.85%36.86%-
HSV(B)160.66º89.41%66.67%-
XYZ18.0830.2622.98-
YUV118.97129.1455.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=5.83%
G=55.02%
B=39.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701210.8900.290.33160.6680.8536.86
Hex12AA795901D21a15125
Octal222521711310354124112145
Binary100101010101011110011011001011101100001101000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AA79; }

 p { color: rgb(18,170,121); }

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

<style>
 a { background-color: #12AA79; }

 a { background-color: rgb(18,170,121); }

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

<style>
 span { border-color: #12AA79; }

 span { border-color: rgb(18,170,121); }

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