Shades of Jungle Green #21AA85
Tints of Jungle Green #21AA85
RGB
CMYK
RGB Variations
Color information
#21AA85 (or 0x21AA85) is known color: Jungle Green. HEX triplet: 21, AA and 85. RGB value is (33,170,133). Sum of RGB (Red+Green+Blue) = 33+170+133=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AA85 is #DE557A. Grayscale: #7C7C7C. Windows color (decimal): -14570875 or 8759841. OLE color: 8759841.
HSL color Cylindrical-coordinate representation of color #21AA85: hue angle of 163.8º 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 #21AA85 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 133 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.33 |
| HSL | 163.8º | 0.67% | 0.4% | - |
| HSV(B) | 163.8º | 0.81% | 0.67% | - |
| XYZ | 19.24 | 30.77 | 27.11 | - |
| YUV | 124.82 | 132.61 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 133 | 0.81 | 0 | 0.22 | 0.33 | 163.8 | 0.67 | 0.4 |
| Hex | 21 | AA | 85 | 51 | 0 | 16 | 21 | A4 | 43 | 28 |
| Octal | 41 | 252 | 205 | 121 | 0 | 26 | 41 | 244 | 103 | 50 |
| Binary | 100001 | 10101010 | 10000101 | 1010001 | 0 | 10110 | 100001 | 10100100 | 1000011 | 101000 |
Color Harmonies of #21AA85
Complementary color
Monochromatic Colors of #21AA85
Black with #21AA85
Text Example
Text Example
White with #21AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA85; }
p { color: rgb(33,170,133); }
H1.HeaderClassName
{
color: #21AA85;
}
.AnyTagClassName
{
color: #21AA85;
}
</style>
background-color css
<style>
a { background-color: #21AA85; }
a { background-color: rgb(33,170,133); }
div.DivClassName
{
background-color: #21AA85;
}
.BgClassName
{
background-color: #21AA85;
}
</style>
border-color css
<style>
span { border-color: #21AA85; }
span { border-color: rgb(33,170,133); }
td.TdClassName
{
border-color: #21AA85;
}
.TagClassName
{
border-color: #21AA85;
}
</style>