Shades of Eucalyptus #20AB5F
Tints of Eucalyptus #20AB5F
RGB
CMYK
RGB Variations
Color information
#20AB5F (or 0x20AB5F) is known color: Eucalyptus. HEX triplet: 20, AB and 5F. RGB value is (32,171,95). Sum of RGB (Red+Green+Blue) = 32+171+95=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB5F is #DF54A0. Grayscale: #787878. Windows color (decimal): -14636193 or 6269728. OLE color: 6269728.
HSL color Cylindrical-coordinate representation of color #20AB5F: hue angle of 147.19º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB5F is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 95 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.33 |
| HSL | 147.19º | 0.68% | 0.4% | - |
| HSV(B) | 147.19º | 0.81% | 0.67% | - |
| XYZ | 17.22 | 30.26 | 15.76 | - |
| YUV | 120.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 95 | 0.81 | 0 | 0.44 | 0.33 | 147.19 | 0.68 | 0.4 |
| Hex | 20 | AB | 5F | 51 | 0 | 2C | 21 | 93 | 44 | 28 |
| Octal | 40 | 253 | 137 | 121 | 0 | 54 | 41 | 223 | 104 | 50 |
| Binary | 100000 | 10101011 | 1011111 | 1010001 | 0 | 101100 | 100001 | 10010011 | 1000100 | 101000 |
Color Harmonies of #20AB5F
Complementary color
Monochromatic Colors of #20AB5F
Black with #20AB5F
Text Example
Text Example
White with #20AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB5F; }
p { color: rgb(32,171,95); }
H1.HeaderClassName
{
color: #20AB5F;
}
.AnyTagClassName
{
color: #20AB5F;
}
</style>
background-color css
<style>
a { background-color: #20AB5F; }
a { background-color: rgb(32,171,95); }
div.DivClassName
{
background-color: #20AB5F;
}
.BgClassName
{
background-color: #20AB5F;
}
</style>
border-color css
<style>
span { border-color: #20AB5F; }
span { border-color: rgb(32,171,95); }
td.TdClassName
{
border-color: #20AB5F;
}
.TagClassName
{
border-color: #20AB5F;
}
</style>