Shades of Eucalyptus #22AD5E
Tints of Eucalyptus #22AD5E
RGB
CMYK
RGB Variations
Color information
#22AD5E (or 0x22AD5E) is known color: Eucalyptus. HEX triplet: 22, AD and 5E. RGB value is (34,173,94). Sum of RGB (Red+Green+Blue) = 34+173+94=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AD5E is #DD52A1. Grayscale: #7A7A7A. Windows color (decimal): -14504610 or 6204706. OLE color: 6204706.
HSL color Cylindrical-coordinate representation of color #22AD5E: hue angle of 145.9º 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 #22AD5E is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 94 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.32 |
| HSL | 145.9º | 0.67% | 0.41% | - |
| HSV(B) | 145.9º | 0.8% | 0.68% | - |
| XYZ | 17.62 | 31.04 | 15.65 | - |
| YUV | 122.43 | 111.95 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 94 | 0.80 | 0 | 0.46 | 0.32 | 145.9 | 0.67 | 0.41 |
| Hex | 22 | AD | 5E | 50 | 0 | 2E | 20 | 92 | 43 | 29 |
| Octal | 42 | 255 | 136 | 120 | 0 | 56 | 40 | 222 | 103 | 51 |
| Binary | 100010 | 10101101 | 1011110 | 1010000 | 0 | 101110 | 100000 | 10010010 | 1000011 | 101001 |
Color Harmonies of #22AD5E
Complementary color
Monochromatic Colors of #22AD5E
Black with #22AD5E
Text Example
Text Example
White with #22AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AD5E; }
p { color: rgb(34,173,94); }
H1.HeaderClassName
{
color: #22AD5E;
}
.AnyTagClassName
{
color: #22AD5E;
}
</style>
background-color css
<style>
a { background-color: #22AD5E; }
a { background-color: rgb(34,173,94); }
div.DivClassName
{
background-color: #22AD5E;
}
.BgClassName
{
background-color: #22AD5E;
}
</style>
border-color css
<style>
span { border-color: #22AD5E; }
span { border-color: rgb(34,173,94); }
td.TdClassName
{
border-color: #22AD5E;
}
.TagClassName
{
border-color: #22AD5E;
}
</style>