Shades of Jungle Green #20A079
Tints of Jungle Green #20A079
RGB
CMYK
RGB Variations
Color information
#20A079 (or 0x20A079) is known color: Jungle Green. HEX triplet: 20, A0 and 79. RGB value is (32,160,121). Sum of RGB (Red+Green+Blue) = 32+160+121=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #20A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A079 is #DF5F86. Grayscale: #757575. Windows color (decimal): -14638983 or 7970848. OLE color: 7970848.
HSL color Cylindrical-coordinate representation of color #20A079: hue angle of 161.72º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A079 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 121 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.37 |
| HSL | 161.72º | 0.67% | 0.38% | - |
| HSV(B) | 161.72º | 0.8% | 0.63% | - |
| XYZ | 16.62 | 26.83 | 22.39 | - |
| YUV | 117.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 121 | 0.80 | 0 | 0.24 | 0.37 | 161.72 | 0.67 | 0.38 |
| Hex | 20 | A0 | 79 | 50 | 0 | 18 | 25 | A2 | 43 | 26 |
| Octal | 40 | 240 | 171 | 120 | 0 | 30 | 45 | 242 | 103 | 46 |
| Binary | 100000 | 10100000 | 1111001 | 1010000 | 0 | 11000 | 100101 | 10100010 | 1000011 | 100110 |
Color Harmonies of #20A079
Complementary color
Monochromatic Colors of #20A079
Black with #20A079
Text Example
Text Example
White with #20A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A079; }
p { color: rgb(32,160,121); }
H1.HeaderClassName
{
color: #20A079;
}
.AnyTagClassName
{
color: #20A079;
}
</style>
background-color css
<style>
a { background-color: #20A079; }
a { background-color: rgb(32,160,121); }
div.DivClassName
{
background-color: #20A079;
}
.BgClassName
{
background-color: #20A079;
}
</style>
border-color css
<style>
span { border-color: #20A079; }
span { border-color: rgb(32,160,121); }
td.TdClassName
{
border-color: #20A079;
}
.TagClassName
{
border-color: #20A079;
}
</style>