Shades of Jungle Green #20AB88
Tints of Jungle Green #20AB88
RGB
CMYK
RGB Variations
Color information
#20AB88 (or 0x20AB88) is known color: Jungle Green. HEX triplet: 20, AB and 88. RGB value is (32,171,136). Sum of RGB (Red+Green+Blue) = 32+171+136=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB88 is #DF5477. Grayscale: #7D7D7D. Windows color (decimal): -14636152 or 8956704. OLE color: 8956704.
HSL color Cylindrical-coordinate representation of color #20AB88: hue angle of 164.89º 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 #20AB88 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 136 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.33 |
| HSL | 164.89º | 0.68% | 0.4% | - |
| HSV(B) | 164.89º | 0.81% | 0.67% | - |
| XYZ | 19.6 | 31.21 | 28.28 | - |
| YUV | 125.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 136 | 0.81 | 0 | 0.20 | 0.33 | 164.89 | 0.68 | 0.4 |
| Hex | 20 | AB | 88 | 51 | 0 | 14 | 21 | A5 | 44 | 28 |
| Octal | 40 | 253 | 210 | 121 | 0 | 24 | 41 | 245 | 104 | 50 |
| Binary | 100000 | 10101011 | 10001000 | 1010001 | 0 | 10100 | 100001 | 10100101 | 1000100 | 101000 |
Color Harmonies of #20AB88
Complementary color
Monochromatic Colors of #20AB88
Black with #20AB88
Text Example
Text Example
White with #20AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB88; }
p { color: rgb(32,171,136); }
H1.HeaderClassName
{
color: #20AB88;
}
.AnyTagClassName
{
color: #20AB88;
}
</style>
background-color css
<style>
a { background-color: #20AB88; }
a { background-color: rgb(32,171,136); }
div.DivClassName
{
background-color: #20AB88;
}
.BgClassName
{
background-color: #20AB88;
}
</style>
border-color css
<style>
span { border-color: #20AB88; }
span { border-color: rgb(32,171,136); }
td.TdClassName
{
border-color: #20AB88;
}
.TagClassName
{
border-color: #20AB88;
}
</style>