Shades of Eucalyptus #20AD59
Tints of Eucalyptus #20AD59
RGB
CMYK
RGB Variations
Color information
#20AD59 (or 0x20AD59) is known color: Eucalyptus. HEX triplet: 20, AD and 59. RGB value is (32,173,89). Sum of RGB (Red+Green+Blue) = 32+173+89=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD59 is #DF52A6. Grayscale: #797979. Windows color (decimal): -14635687 or 5877024. OLE color: 5877024.
HSL color Cylindrical-coordinate representation of color #20AD59: hue angle of 144.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD59 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 89 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.32 |
| HSL | 144.26º | 0.69% | 0.4% | - |
| HSV(B) | 144.26º | 0.82% | 0.68% | - |
| XYZ | 17.34 | 30.92 | 14.5 | - |
| YUV | 121.27 | 109.79 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 89 | 0.82 | 0 | 0.49 | 0.32 | 144.26 | 0.69 | 0.4 |
| Hex | 20 | AD | 59 | 52 | 0 | 31 | 20 | 90 | 45 | 28 |
| Octal | 40 | 255 | 131 | 122 | 0 | 61 | 40 | 220 | 105 | 50 |
| Binary | 100000 | 10101101 | 1011001 | 1010010 | 0 | 110001 | 100000 | 10010000 | 1000101 | 101000 |
Color Harmonies of #20AD59
Complementary color
Monochromatic Colors of #20AD59
Black with #20AD59
Text Example
Text Example
White with #20AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD59; }
p { color: rgb(32,173,89); }
H1.HeaderClassName
{
color: #20AD59;
}
.AnyTagClassName
{
color: #20AD59;
}
</style>
background-color css
<style>
a { background-color: #20AD59; }
a { background-color: rgb(32,173,89); }
div.DivClassName
{
background-color: #20AD59;
}
.BgClassName
{
background-color: #20AD59;
}
</style>
border-color css
<style>
span { border-color: #20AD59; }
span { border-color: rgb(32,173,89); }
td.TdClassName
{
border-color: #20AD59;
}
.TagClassName
{
border-color: #20AD59;
}
</style>