#21AA7C

Color #21AA7C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #21AA7C

Tints of Jungle Green #21AA7C

Color information

#21AA7C (or 0x21AA7C) is unknown color: approx Jungle Green. HEX triplet: 21, AA and 7C. RGB value is (33,170,124). Sum of RGB (Red+Green+Blue) = 33+170+124=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA7C is #DE5583. Grayscale: #7B7B7B. Windows color (decimal): -14570884 or 8170017. OLE color: 8170017.

HSL color Cylindrical-coordinate representation of color #21AA7C: hue angle of 159.85º 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 #21AA7C is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB33170124-
CMYK0.8100.270.33
HSL159.85º67.49%39.8%-
HSV(B)159.85º80.59%66.67%-
XYZ18.6430.5323.98-
YUV123.79128.1163.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.09%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=10.09%
G=51.99%
B=37.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701240.8100.270.33159.8567.4939.8
Hex21AA7C5101B21a04328
Octal412521741210334124010350
Binary1000011010101011111001010001011011100001101000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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