Shades of Eucalyptus #22AF4E
Tints of Eucalyptus #22AF4E
RGB
CMYK
RGB Variations
Color information
#22AF4E (or 0x22AF4E) is known color: Eucalyptus. HEX triplet: 22, AF and 4E. RGB value is (34,175,78). Sum of RGB (Red+Green+Blue) = 34+175+78=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AF4E is #DD50B1. Grayscale: #7A7A7A. Windows color (decimal): -14504114 or 5156642. OLE color: 5156642.
HSL color Cylindrical-coordinate representation of color #22AF4E: hue angle of 138.72º 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 #22AF4E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 78 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.31 |
| HSL | 138.72º | 0.67% | 0.41% | - |
| HSV(B) | 138.72º | 0.81% | 0.69% | - |
| XYZ | 17.36 | 31.55 | 12.38 | - |
| YUV | 121.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 78 | 0.81 | 0 | 0.55 | 0.31 | 138.72 | 0.67 | 0.41 |
| Hex | 22 | AF | 4E | 51 | 0 | 37 | 1F | 8B | 43 | 29 |
| Octal | 42 | 257 | 116 | 121 | 0 | 67 | 37 | 213 | 103 | 51 |
| Binary | 100010 | 10101111 | 1001110 | 1010001 | 0 | 110111 | 11111 | 10001011 | 1000011 | 101001 |
Color Harmonies of #22AF4E
Complementary color
Monochromatic Colors of #22AF4E
Black with #22AF4E
Text Example
Text Example
White with #22AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF4E; }
p { color: rgb(34,175,78); }
H1.HeaderClassName
{
color: #22AF4E;
}
.AnyTagClassName
{
color: #22AF4E;
}
</style>
background-color css
<style>
a { background-color: #22AF4E; }
a { background-color: rgb(34,175,78); }
div.DivClassName
{
background-color: #22AF4E;
}
.BgClassName
{
background-color: #22AF4E;
}
</style>
border-color css
<style>
span { border-color: #22AF4E; }
span { border-color: rgb(34,175,78); }
td.TdClassName
{
border-color: #22AF4E;
}
.TagClassName
{
border-color: #22AF4E;
}
</style>