Shades of Jungle Green #22A680
Tints of Jungle Green #22A680
RGB
CMYK
RGB Variations
Color information
#22A680 (or 0x22A680) is known color: Jungle Green. HEX triplet: 22, A6 and 80. RGB value is (34,166,128). Sum of RGB (Red+Green+Blue) = 34+166+128=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #22A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A680 is #DD597F. Grayscale: #7A7A7A. Windows color (decimal): -14506368 or 8431138. OLE color: 8431138.
HSL color Cylindrical-coordinate representation of color #22A680: hue angle of 162.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A680 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 166 | 128 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.35 |
| HSL | 162.73º | 0.66% | 0.39% | - |
| HSV(B) | 162.73º | 0.8% | 0.65% | - |
| XYZ | 18.19 | 29.17 | 25.09 | - |
| YUV | 122.2 | 131.27 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 166 | 128 | 0.80 | 0 | 0.23 | 0.35 | 162.73 | 0.66 | 0.39 |
| Hex | 22 | A6 | 80 | 50 | 0 | 17 | 23 | A3 | 42 | 27 |
| Octal | 42 | 246 | 200 | 120 | 0 | 27 | 43 | 243 | 102 | 47 |
| Binary | 100010 | 10100110 | 10000000 | 1010000 | 0 | 10111 | 100011 | 10100011 | 1000010 | 100111 |
Color Harmonies of #22A680
Complementary color
Monochromatic Colors of #22A680
Black with #22A680
Text Example
Text Example
White with #22A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A680; }
p { color: rgb(34,166,128); }
H1.HeaderClassName
{
color: #22A680;
}
.AnyTagClassName
{
color: #22A680;
}
</style>
background-color css
<style>
a { background-color: #22A680; }
a { background-color: rgb(34,166,128); }
div.DivClassName
{
background-color: #22A680;
}
.BgClassName
{
background-color: #22A680;
}
</style>
border-color css
<style>
span { border-color: #22A680; }
span { border-color: rgb(34,166,128); }
td.TdClassName
{
border-color: #22A680;
}
.TagClassName
{
border-color: #22A680;
}
</style>