Shades of Eucalyptus #22AF50
Tints of Eucalyptus #22AF50
RGB
CMYK
RGB Variations
Color information
#22AF50 (or 0x22AF50) is known color: Eucalyptus. HEX triplet: 22, AF and 50. RGB value is (34,175,80). Sum of RGB (Red+Green+Blue) = 34+175+80=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AF50 is #DD50AF. Grayscale: #7A7A7A. Windows color (decimal): -14504112 or 5287714. OLE color: 5287714.
HSL color Cylindrical-coordinate representation of color #22AF50: hue angle of 139.57º 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 #22AF50 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 80 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.31 |
| HSL | 139.57º | 0.67% | 0.41% | - |
| HSV(B) | 139.57º | 0.81% | 0.69% | - |
| XYZ | 17.44 | 31.58 | 12.77 | - |
| YUV | 122.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 80 | 0.81 | 0 | 0.54 | 0.31 | 139.57 | 0.67 | 0.41 |
| Hex | 22 | AF | 50 | 51 | 0 | 36 | 1F | 8C | 43 | 29 |
| Octal | 42 | 257 | 120 | 121 | 0 | 66 | 37 | 214 | 103 | 51 |
| Binary | 100010 | 10101111 | 1010000 | 1010001 | 0 | 110110 | 11111 | 10001100 | 1000011 | 101001 |
Color Harmonies of #22AF50
Complementary color
Monochromatic Colors of #22AF50
Black with #22AF50
Text Example
Text Example
White with #22AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF50; }
p { color: rgb(34,175,80); }
H1.HeaderClassName
{
color: #22AF50;
}
.AnyTagClassName
{
color: #22AF50;
}
</style>
background-color css
<style>
a { background-color: #22AF50; }
a { background-color: rgb(34,175,80); }
div.DivClassName
{
background-color: #22AF50;
}
.BgClassName
{
background-color: #22AF50;
}
</style>
border-color css
<style>
span { border-color: #22AF50; }
span { border-color: rgb(34,175,80); }
td.TdClassName
{
border-color: #22AF50;
}
.TagClassName
{
border-color: #22AF50;
}
</style>