Shades of Jungle Green #22AC84
Tints of Jungle Green #22AC84
RGB
CMYK
RGB Variations
Color information
#22AC84 (or 0x22AC84) is known color: Jungle Green. HEX triplet: 22, AC and 84. RGB value is (34,172,132). Sum of RGB (Red+Green+Blue) = 34+172+132=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AC84 is #DD537B. Grayscale: #7E7E7E. Windows color (decimal): -14504828 or 8694818. OLE color: 8694818.
HSL color Cylindrical-coordinate representation of color #22AC84: hue angle of 162.61º 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 #22AC84 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 172 | 132 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.33 |
| HSL | 162.61º | 0.67% | 0.4% | - |
| HSV(B) | 162.61º | 0.8% | 0.67% | - |
| XYZ | 19.58 | 31.51 | 26.88 | - |
| YUV | 126.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 132 | 0.80 | 0 | 0.23 | 0.33 | 162.61 | 0.67 | 0.4 |
| Hex | 22 | AC | 84 | 50 | 0 | 17 | 21 | A3 | 43 | 28 |
| Octal | 42 | 254 | 204 | 120 | 0 | 27 | 41 | 243 | 103 | 50 |
| Binary | 100010 | 10101100 | 10000100 | 1010000 | 0 | 10111 | 100001 | 10100011 | 1000011 | 101000 |
Color Harmonies of #22AC84
Complementary color
Monochromatic Colors of #22AC84
Black with #22AC84
Text Example
Text Example
White with #22AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AC84; }
p { color: rgb(34,172,132); }
H1.HeaderClassName
{
color: #22AC84;
}
.AnyTagClassName
{
color: #22AC84;
}
</style>
background-color css
<style>
a { background-color: #22AC84; }
a { background-color: rgb(34,172,132); }
div.DivClassName
{
background-color: #22AC84;
}
.BgClassName
{
background-color: #22AC84;
}
</style>
border-color css
<style>
span { border-color: #22AC84; }
span { border-color: rgb(34,172,132); }
td.TdClassName
{
border-color: #22AC84;
}
.TagClassName
{
border-color: #22AC84;
}
</style>