Shades of Eucalyptus #20AD57
Tints of Eucalyptus #20AD57
RGB
CMYK
RGB Variations
Color information
#20AD57 (or 0x20AD57) is known color: Eucalyptus. HEX triplet: 20, AD and 57. RGB value is (32,173,87). Sum of RGB (Red+Green+Blue) = 32+173+87=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD57 is #DF52A8. Grayscale: #797979. Windows color (decimal): -14635689 or 5745952. OLE color: 5745952.
HSL color Cylindrical-coordinate representation of color #20AD57: hue angle of 143.4º 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 #20AD57 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 87 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.32 |
| HSL | 143.4º | 0.69% | 0.4% | - |
| HSV(B) | 143.4º | 0.82% | 0.68% | - |
| XYZ | 17.26 | 30.88 | 14.07 | - |
| YUV | 121.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 87 | 0.82 | 0 | 0.50 | 0.32 | 143.4 | 0.69 | 0.4 |
| Hex | 20 | AD | 57 | 52 | 0 | 32 | 20 | 8F | 45 | 28 |
| Octal | 40 | 255 | 127 | 122 | 0 | 62 | 40 | 217 | 105 | 50 |
| Binary | 100000 | 10101101 | 1010111 | 1010010 | 0 | 110010 | 100000 | 10001111 | 1000101 | 101000 |
Color Harmonies of #20AD57
Complementary color
Monochromatic Colors of #20AD57
Black with #20AD57
Text Example
Text Example
White with #20AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD57; }
p { color: rgb(32,173,87); }
H1.HeaderClassName
{
color: #20AD57;
}
.AnyTagClassName
{
color: #20AD57;
}
</style>
background-color css
<style>
a { background-color: #20AD57; }
a { background-color: rgb(32,173,87); }
div.DivClassName
{
background-color: #20AD57;
}
.BgClassName
{
background-color: #20AD57;
}
</style>
border-color css
<style>
span { border-color: #20AD57; }
span { border-color: rgb(32,173,87); }
td.TdClassName
{
border-color: #20AD57;
}
.TagClassName
{
border-color: #20AD57;
}
</style>