Shades of Eucalyptus #22AC68
Tints of Eucalyptus #22AC68
RGB
CMYK
RGB Variations
Color information
#22AC68 (or 0x22AC68) is known color: Eucalyptus. HEX triplet: 22, AC and 68. RGB value is (34,172,104). Sum of RGB (Red+Green+Blue) = 34+172+104=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AC68 is #DD5397. Grayscale: #7B7B7B. Windows color (decimal): -14504856 or 6859810. OLE color: 6859810.
HSL color Cylindrical-coordinate representation of color #22AC68: hue angle of 150.43º 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 #22AC68 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 172 | 104 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.33 |
| HSL | 150.43º | 0.67% | 0.4% | - |
| HSV(B) | 150.43º | 0.8% | 0.67% | - |
| XYZ | 17.91 | 30.84 | 18.11 | - |
| YUV | 122.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 104 | 0.80 | 0 | 0.40 | 0.33 | 150.43 | 0.67 | 0.4 |
| Hex | 22 | AC | 68 | 50 | 0 | 28 | 21 | 96 | 43 | 28 |
| Octal | 42 | 254 | 150 | 120 | 0 | 50 | 41 | 226 | 103 | 50 |
| Binary | 100010 | 10101100 | 1101000 | 1010000 | 0 | 101000 | 100001 | 10010110 | 1000011 | 101000 |
Color Harmonies of #22AC68
Complementary color
Monochromatic Colors of #22AC68
Black with #22AC68
Text Example
Text Example
White with #22AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AC68; }
p { color: rgb(34,172,104); }
H1.HeaderClassName
{
color: #22AC68;
}
.AnyTagClassName
{
color: #22AC68;
}
</style>
background-color css
<style>
a { background-color: #22AC68; }
a { background-color: rgb(34,172,104); }
div.DivClassName
{
background-color: #22AC68;
}
.BgClassName
{
background-color: #22AC68;
}
</style>
border-color css
<style>
span { border-color: #22AC68; }
span { border-color: rgb(34,172,104); }
td.TdClassName
{
border-color: #22AC68;
}
.TagClassName
{
border-color: #22AC68;
}
</style>