Shades of Jungle Green #22AA7E
Tints of Jungle Green #22AA7E
RGB
CMYK
RGB Variations
Color information
#22AA7E (or 0x22AA7E) is known color: Jungle Green. HEX triplet: 22, AA and 7E. RGB value is (34,170,126). Sum of RGB (Red+Green+Blue) = 34+170+126=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA7E is #DD5581. Grayscale: #7C7C7C. Windows color (decimal): -14505346 or 8301090. OLE color: 8301090.
HSL color Cylindrical-coordinate representation of color #22AA7E: hue angle of 160.59º 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 #22AA7E is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 126 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.33 |
| HSL | 160.59º | 0.67% | 0.4% | - |
| HSV(B) | 160.59º | 0.8% | 0.67% | - |
| XYZ | 18.8 | 30.6 | 24.65 | - |
| YUV | 124.32 | 128.94 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 126 | 0.80 | 0 | 0.26 | 0.33 | 160.59 | 0.67 | 0.4 |
| Hex | 22 | AA | 7E | 50 | 0 | 1A | 21 | A1 | 43 | 28 |
| Octal | 42 | 252 | 176 | 120 | 0 | 32 | 41 | 241 | 103 | 50 |
| Binary | 100010 | 10101010 | 1111110 | 1010000 | 0 | 11010 | 100001 | 10100001 | 1000011 | 101000 |
Color Harmonies of #22AA7E
Complementary color
Monochromatic Colors of #22AA7E
Black with #22AA7E
Text Example
Text Example
White with #22AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA7E; }
p { color: rgb(34,170,126); }
H1.HeaderClassName
{
color: #22AA7E;
}
.AnyTagClassName
{
color: #22AA7E;
}
</style>
background-color css
<style>
a { background-color: #22AA7E; }
a { background-color: rgb(34,170,126); }
div.DivClassName
{
background-color: #22AA7E;
}
.BgClassName
{
background-color: #22AA7E;
}
</style>
border-color css
<style>
span { border-color: #22AA7E; }
span { border-color: rgb(34,170,126); }
td.TdClassName
{
border-color: #22AA7E;
}
.TagClassName
{
border-color: #22AA7E;
}
</style>