Shades of Jungle Green #20A178
Tints of Jungle Green #20A178
RGB
CMYK
RGB Variations
Color information
#20A178 (or 0x20A178) is known color: Jungle Green. HEX triplet: 20, A1 and 78. RGB value is (32,161,120). Sum of RGB (Red+Green+Blue) = 32+161+120=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #20A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A178 is #DF5E87. Grayscale: #757575. Windows color (decimal): -14638728 or 7905568. OLE color: 7905568.
HSL color Cylindrical-coordinate representation of color #20A178: hue angle of 160.93º 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 #20A178 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 120 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.37 |
| HSL | 160.93º | 0.67% | 0.38% | - |
| HSV(B) | 160.93º | 0.8% | 0.63% | - |
| XYZ | 16.73 | 27.15 | 22.13 | - |
| YUV | 117.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 120 | 0.80 | 0 | 0.25 | 0.37 | 160.93 | 0.67 | 0.38 |
| Hex | 20 | A1 | 78 | 50 | 0 | 19 | 25 | A1 | 43 | 26 |
| Octal | 40 | 241 | 170 | 120 | 0 | 31 | 45 | 241 | 103 | 46 |
| Binary | 100000 | 10100001 | 1111000 | 1010000 | 0 | 11001 | 100101 | 10100001 | 1000011 | 100110 |
Color Harmonies of #20A178
Complementary color
Monochromatic Colors of #20A178
Black with #20A178
Text Example
Text Example
White with #20A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A178; }
p { color: rgb(32,161,120); }
H1.HeaderClassName
{
color: #20A178;
}
.AnyTagClassName
{
color: #20A178;
}
</style>
background-color css
<style>
a { background-color: #20A178; }
a { background-color: rgb(32,161,120); }
div.DivClassName
{
background-color: #20A178;
}
.BgClassName
{
background-color: #20A178;
}
</style>
border-color css
<style>
span { border-color: #20A178; }
span { border-color: rgb(32,161,120); }
td.TdClassName
{
border-color: #20A178;
}
.TagClassName
{
border-color: #20A178;
}
</style>