Shades of Jungle Green #22A174
Tints of Jungle Green #22A174
RGB
CMYK
RGB Variations
Color information
#22A174 (or 0x22A174) is known color: Jungle Green. HEX triplet: 22, A1 and 74. RGB value is (34,161,116). Sum of RGB (Red+Green+Blue) = 34+161+116=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #22A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A174 is #DD5E8B. Grayscale: #757575. Windows color (decimal): -14507660 or 7643426. OLE color: 7643426.
HSL color Cylindrical-coordinate representation of color #22A174: hue angle of 158.74º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A174 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 161 | 116 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.37 |
| HSL | 158.74º | 0.65% | 0.38% | - |
| HSV(B) | 158.74º | 0.79% | 0.63% | - |
| XYZ | 16.56 | 27.09 | 20.88 | - |
| YUV | 117.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 161 | 116 | 0.79 | 0 | 0.28 | 0.37 | 158.74 | 0.65 | 0.38 |
| Hex | 22 | A1 | 74 | 4F | 0 | 1C | 25 | 9F | 41 | 26 |
| Octal | 42 | 241 | 164 | 117 | 0 | 34 | 45 | 237 | 101 | 46 |
| Binary | 100010 | 10100001 | 1110100 | 1001111 | 0 | 11100 | 100101 | 10011111 | 1000001 | 100110 |
Color Harmonies of #22A174
Complementary color
Monochromatic Colors of #22A174
Black with #22A174
Text Example
Text Example
White with #22A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A174; }
p { color: rgb(34,161,116); }
H1.HeaderClassName
{
color: #22A174;
}
.AnyTagClassName
{
color: #22A174;
}
</style>
background-color css
<style>
a { background-color: #22A174; }
a { background-color: rgb(34,161,116); }
div.DivClassName
{
background-color: #22A174;
}
.BgClassName
{
background-color: #22A174;
}
</style>
border-color css
<style>
span { border-color: #22A174; }
span { border-color: rgb(34,161,116); }
td.TdClassName
{
border-color: #22A174;
}
.TagClassName
{
border-color: #22A174;
}
</style>