#21AA79

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

Shades of Mountain Meadow #21AA79

Tints of Mountain Meadow #21AA79

Color information

#21AA79 (or 0x21AA79) is unknown color: approx Mountain Meadow. HEX triplet: 21, AA and 79. RGB value is (33,170,121). Sum of RGB (Red+Green+Blue) = 33+170+121=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA79 is #DE5586. Grayscale: #7B7B7B. Windows color (decimal): -14570887 or 7973409. OLE color: 7973409.

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

Color convert

RGB33170121-
CMYK0.8100.290.33
HSL158.54º67.49%39.8%-
HSV(B)158.54º80.59%66.67%-
XYZ18.4530.4522.99-
YUV123.45126.6163.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=10.19%
G=52.47%
B=37.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701210.8100.290.33158.5467.4939.8
Hex21AA795101D219f4328
Octal412521711210354123710350
Binary1000011010101011110011010001011101100001100111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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