Shades of Eucalyptus #22AF64
Tints of Eucalyptus #22AF64
RGB
CMYK
RGB Variations
Color information
#22AF64 (or 0x22AF64) is known color: Eucalyptus. HEX triplet: 22, AF and 64. RGB value is (34,175,100). Sum of RGB (Red+Green+Blue) = 34+175+100=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AF64 is #DD509B. Grayscale: #7C7C7C. Windows color (decimal): -14504092 or 6598434. OLE color: 6598434.
HSL color Cylindrical-coordinate representation of color #22AF64: hue angle of 148.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22AF64 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 100 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.31 |
| HSL | 148.09º | 0.67% | 0.41% | - |
| HSV(B) | 148.09º | 0.81% | 0.69% | - |
| XYZ | 18.29 | 31.92 | 17.25 | - |
| YUV | 124.29 | 114.29 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 100 | 0.81 | 0 | 0.43 | 0.31 | 148.09 | 0.67 | 0.41 |
| Hex | 22 | AF | 64 | 51 | 0 | 2B | 1F | 94 | 43 | 29 |
| Octal | 42 | 257 | 144 | 121 | 0 | 53 | 37 | 224 | 103 | 51 |
| Binary | 100010 | 10101111 | 1100100 | 1010001 | 0 | 101011 | 11111 | 10010100 | 1000011 | 101001 |
Color Harmonies of #22AF64
Complementary color
Monochromatic Colors of #22AF64
Black with #22AF64
Text Example
Text Example
White with #22AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF64; }
p { color: rgb(34,175,100); }
H1.HeaderClassName
{
color: #22AF64;
}
.AnyTagClassName
{
color: #22AF64;
}
</style>
background-color css
<style>
a { background-color: #22AF64; }
a { background-color: rgb(34,175,100); }
div.DivClassName
{
background-color: #22AF64;
}
.BgClassName
{
background-color: #22AF64;
}
</style>
border-color css
<style>
span { border-color: #22AF64; }
span { border-color: rgb(34,175,100); }
td.TdClassName
{
border-color: #22AF64;
}
.TagClassName
{
border-color: #22AF64;
}
</style>