Shades of Jungle Green #22AD83
Tints of Jungle Green #22AD83
RGB
CMYK
RGB Variations
Color information
#22AD83 (or 0x22AD83) is known color: Jungle Green. HEX triplet: 22, AD and 83. RGB value is (34,173,131). Sum of RGB (Red+Green+Blue) = 34+173+131=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AD83 is #DD527C. Grayscale: #7E7E7E. Windows color (decimal): -14504573 or 8629538. OLE color: 8629538.
HSL color Cylindrical-coordinate representation of color #22AD83: hue angle of 161.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AD83 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 131 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.32 |
| HSL | 161.87º | 0.67% | 0.41% | - |
| HSV(B) | 161.87º | 0.8% | 0.68% | - |
| XYZ | 19.7 | 31.87 | 26.59 | - |
| YUV | 126.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 131 | 0.80 | 0 | 0.24 | 0.32 | 161.87 | 0.67 | 0.41 |
| Hex | 22 | AD | 83 | 50 | 0 | 18 | 20 | A2 | 43 | 29 |
| Octal | 42 | 255 | 203 | 120 | 0 | 30 | 40 | 242 | 103 | 51 |
| Binary | 100010 | 10101101 | 10000011 | 1010000 | 0 | 11000 | 100000 | 10100010 | 1000011 | 101001 |
Color Harmonies of #22AD83
Complementary color
Monochromatic Colors of #22AD83
Black with #22AD83
Text Example
Text Example
White with #22AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD83; }
p { color: rgb(34,173,131); }
H1.HeaderClassName
{
color: #22AD83;
}
.AnyTagClassName
{
color: #22AD83;
}
</style>
background-color css
<style>
a { background-color: #22AD83; }
a { background-color: rgb(34,173,131); }
div.DivClassName
{
background-color: #22AD83;
}
.BgClassName
{
background-color: #22AD83;
}
</style>
border-color css
<style>
span { border-color: #22AD83; }
span { border-color: rgb(34,173,131); }
td.TdClassName
{
border-color: #22AD83;
}
.TagClassName
{
border-color: #22AD83;
}
</style>