Shades of Jungle Green #22AB80
Tints of Jungle Green #22AB80
RGB
CMYK
RGB Variations
Color information
#22AB80 (or 0x22AB80) is known color: Jungle Green. HEX triplet: 22, AB and 80. RGB value is (34,171,128). Sum of RGB (Red+Green+Blue) = 34+171+128=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #22AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AB80 is #DD547F. Grayscale: #7D7D7D. Windows color (decimal): -14505088 or 8432418. OLE color: 8432418.
HSL color Cylindrical-coordinate representation of color #22AB80: hue angle of 161.17º 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 #22AB80 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 171 | 128 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.33 |
| HSL | 161.17º | 0.67% | 0.4% | - |
| HSV(B) | 161.17º | 0.8% | 0.67% | - |
| XYZ | 19.12 | 31.02 | 25.4 | - |
| YUV | 125.14 | 129.61 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 128 | 0.80 | 0 | 0.25 | 0.33 | 161.17 | 0.67 | 0.4 |
| Hex | 22 | AB | 80 | 50 | 0 | 19 | 21 | A1 | 43 | 28 |
| Octal | 42 | 253 | 200 | 120 | 0 | 31 | 41 | 241 | 103 | 50 |
| Binary | 100010 | 10101011 | 10000000 | 1010000 | 0 | 11001 | 100001 | 10100001 | 1000011 | 101000 |
Color Harmonies of #22AB80
Complementary color
Monochromatic Colors of #22AB80
Black with #22AB80
Text Example
Text Example
White with #22AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AB80; }
p { color: rgb(34,171,128); }
H1.HeaderClassName
{
color: #22AB80;
}
.AnyTagClassName
{
color: #22AB80;
}
</style>
background-color css
<style>
a { background-color: #22AB80; }
a { background-color: rgb(34,171,128); }
div.DivClassName
{
background-color: #22AB80;
}
.BgClassName
{
background-color: #22AB80;
}
</style>
border-color css
<style>
span { border-color: #22AB80; }
span { border-color: rgb(34,171,128); }
td.TdClassName
{
border-color: #22AB80;
}
.TagClassName
{
border-color: #22AB80;
}
</style>