#21AA7E

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

Shades of Jungle Green #21AA7E

Tints of Jungle Green #21AA7E

Color information

#21AA7E (or 0x21AA7E) is unknown color: approx Jungle Green. HEX triplet: 21, AA and 7E. RGB value is (33,170,126). Sum of RGB (Red+Green+Blue) = 33+170+126=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA7E is #DE5581. Grayscale: #7C7C7C. Windows color (decimal): -14570882 or 8301089. OLE color: 8301089.

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

Color convert

RGB33170126-
CMYK0.8100.260.33
HSL160.73º67.49%39.8%-
HSV(B)160.73º80.59%66.67%-
XYZ18.7730.5824.65-
YUV124.02129.1163.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=10.03%
G=51.67%
B=38.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701260.8100.260.33160.7367.4939.8
Hex21AA7E5101A21a14328
Octal412521761210324124110350
Binary1000011010101011111101010001011010100001101000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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