Shades of Eucalyptus #22AC65
Tints of Eucalyptus #22AC65
RGB
CMYK
RGB Variations
Color information
#22AC65 (or 0x22AC65) is known color: Eucalyptus. HEX triplet: 22, AC and 65. RGB value is (34,172,101). Sum of RGB (Red+Green+Blue) = 34+172+101=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AC65 is #DD539A. Grayscale: #7A7A7A. Windows color (decimal): -14504859 or 6663202. OLE color: 6663202.
HSL color Cylindrical-coordinate representation of color #22AC65: hue angle of 149.13º 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 #22AC65 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 172 | 101 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.33 |
| HSL | 149.13º | 0.67% | 0.4% | - |
| HSV(B) | 149.13º | 0.8% | 0.67% | - |
| XYZ | 17.76 | 30.78 | 17.32 | - |
| YUV | 122.64 | 115.78 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 101 | 0.80 | 0 | 0.41 | 0.33 | 149.13 | 0.67 | 0.4 |
| Hex | 22 | AC | 65 | 50 | 0 | 29 | 21 | 95 | 43 | 28 |
| Octal | 42 | 254 | 145 | 120 | 0 | 51 | 41 | 225 | 103 | 50 |
| Binary | 100010 | 10101100 | 1100101 | 1010000 | 0 | 101001 | 100001 | 10010101 | 1000011 | 101000 |
Color Harmonies of #22AC65
Complementary color
Monochromatic Colors of #22AC65
Black with #22AC65
Text Example
Text Example
White with #22AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AC65; }
p { color: rgb(34,172,101); }
H1.HeaderClassName
{
color: #22AC65;
}
.AnyTagClassName
{
color: #22AC65;
}
</style>
background-color css
<style>
a { background-color: #22AC65; }
a { background-color: rgb(34,172,101); }
div.DivClassName
{
background-color: #22AC65;
}
.BgClassName
{
background-color: #22AC65;
}
</style>
border-color css
<style>
span { border-color: #22AC65; }
span { border-color: rgb(34,172,101); }
td.TdClassName
{
border-color: #22AC65;
}
.TagClassName
{
border-color: #22AC65;
}
</style>