Shades of Jungle Green #20AB85
Tints of Jungle Green #20AB85
RGB
CMYK
RGB Variations
Color information
#20AB85 (or 0x20AB85) is known color: Jungle Green. HEX triplet: 20, AB and 85. RGB value is (32,171,133). Sum of RGB (Red+Green+Blue) = 32+171+133=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB85 is #DF547A. Grayscale: #7D7D7D. Windows color (decimal): -14636155 or 8760096. OLE color: 8760096.
HSL color Cylindrical-coordinate representation of color #20AB85: hue angle of 163.6º 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 #20AB85 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 133 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.33 |
| HSL | 163.6º | 0.68% | 0.4% | - |
| HSV(B) | 163.6º | 0.81% | 0.67% | - |
| XYZ | 19.39 | 31.13 | 27.18 | - |
| YUV | 125.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 133 | 0.81 | 0 | 0.22 | 0.33 | 163.6 | 0.68 | 0.4 |
| Hex | 20 | AB | 85 | 51 | 0 | 16 | 21 | A4 | 44 | 28 |
| Octal | 40 | 253 | 205 | 121 | 0 | 26 | 41 | 244 | 104 | 50 |
| Binary | 100000 | 10101011 | 10000101 | 1010001 | 0 | 10110 | 100001 | 10100100 | 1000100 | 101000 |
Color Harmonies of #20AB85
Complementary color
Monochromatic Colors of #20AB85
Black with #20AB85
Text Example
Text Example
White with #20AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB85; }
p { color: rgb(32,171,133); }
H1.HeaderClassName
{
color: #20AB85;
}
.AnyTagClassName
{
color: #20AB85;
}
</style>
background-color css
<style>
a { background-color: #20AB85; }
a { background-color: rgb(32,171,133); }
div.DivClassName
{
background-color: #20AB85;
}
.BgClassName
{
background-color: #20AB85;
}
</style>
border-color css
<style>
span { border-color: #20AB85; }
span { border-color: rgb(32,171,133); }
td.TdClassName
{
border-color: #20AB85;
}
.TagClassName
{
border-color: #20AB85;
}
</style>