Shades of Jungle Green #20AA87
Tints of Jungle Green #20AA87
RGB
CMYK
RGB Variations
Color information
#20AA87 (or 0x20AA87) is known color: Jungle Green. HEX triplet: 20, AA and 87. RGB value is (32,170,135). Sum of RGB (Red+Green+Blue) = 32+170+135=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA87 is #DF5578. Grayscale: #7C7C7C. Windows color (decimal): -14636409 or 8890912. OLE color: 8890912.
HSL color Cylindrical-coordinate representation of color #20AA87: hue angle of 164.78º degrees, saturation: 0.68, 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 #20AA87 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 135 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.33 |
| HSL | 164.78º | 0.68% | 0.4% | - |
| HSV(B) | 164.78º | 0.81% | 0.67% | - |
| XYZ | 19.34 | 30.81 | 27.85 | - |
| YUV | 124.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 135 | 0.81 | 0 | 0.21 | 0.33 | 164.78 | 0.68 | 0.4 |
| Hex | 20 | AA | 87 | 51 | 0 | 15 | 21 | A5 | 44 | 28 |
| Octal | 40 | 252 | 207 | 121 | 0 | 25 | 41 | 245 | 104 | 50 |
| Binary | 100000 | 10101010 | 10000111 | 1010001 | 0 | 10101 | 100001 | 10100101 | 1000100 | 101000 |
Color Harmonies of #20AA87
Complementary color
Monochromatic Colors of #20AA87
Black with #20AA87
Text Example
Text Example
White with #20AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA87; }
p { color: rgb(32,170,135); }
H1.HeaderClassName
{
color: #20AA87;
}
.AnyTagClassName
{
color: #20AA87;
}
</style>
background-color css
<style>
a { background-color: #20AA87; }
a { background-color: rgb(32,170,135); }
div.DivClassName
{
background-color: #20AA87;
}
.BgClassName
{
background-color: #20AA87;
}
</style>
border-color css
<style>
span { border-color: #20AA87; }
span { border-color: rgb(32,170,135); }
td.TdClassName
{
border-color: #20AA87;
}
.TagClassName
{
border-color: #20AA87;
}
</style>