Shades of Jungle Green #22AC81
Tints of Jungle Green #22AC81
RGB
CMYK
RGB Variations
Color information
#22AC81 (or 0x22AC81) is known color: Jungle Green. HEX triplet: 22, AC and 81. RGB value is (34,172,129). Sum of RGB (Red+Green+Blue) = 34+172+129=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AC81 is #DD537E. Grayscale: #7D7D7D. Windows color (decimal): -14504831 or 8498210. OLE color: 8498210.
HSL color Cylindrical-coordinate representation of color #22AC81: hue angle of 161.3º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AC81 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 172 | 129 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.33 |
| HSL | 161.3º | 0.67% | 0.4% | - |
| HSV(B) | 161.3º | 0.8% | 0.67% | - |
| XYZ | 19.37 | 31.43 | 25.81 | - |
| YUV | 125.84 | 129.78 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 129 | 0.80 | 0 | 0.25 | 0.33 | 161.3 | 0.67 | 0.4 |
| Hex | 22 | AC | 81 | 50 | 0 | 19 | 21 | A1 | 43 | 28 |
| Octal | 42 | 254 | 201 | 120 | 0 | 31 | 41 | 241 | 103 | 50 |
| Binary | 100010 | 10101100 | 10000001 | 1010000 | 0 | 11001 | 100001 | 10100001 | 1000011 | 101000 |
Color Harmonies of #22AC81
Complementary color
Monochromatic Colors of #22AC81
Black with #22AC81
Text Example
Text Example
White with #22AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AC81; }
p { color: rgb(34,172,129); }
H1.HeaderClassName
{
color: #22AC81;
}
.AnyTagClassName
{
color: #22AC81;
}
</style>
background-color css
<style>
a { background-color: #22AC81; }
a { background-color: rgb(34,172,129); }
div.DivClassName
{
background-color: #22AC81;
}
.BgClassName
{
background-color: #22AC81;
}
</style>
border-color css
<style>
span { border-color: #22AC81; }
span { border-color: rgb(34,172,129); }
td.TdClassName
{
border-color: #22AC81;
}
.TagClassName
{
border-color: #22AC81;
}
</style>