Shades of Eucalyptus #20AE50
Tints of Eucalyptus #20AE50
RGB
CMYK
RGB Variations
Color information
#20AE50 (or 0x20AE50) is known color: Eucalyptus. HEX triplet: 20, AE and 50. RGB value is (32,174,80). Sum of RGB (Red+Green+Blue) = 32+174+80=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE50 is #DF51AF. Grayscale: #797979. Windows color (decimal): -14635440 or 5287456. OLE color: 5287456.
HSL color Cylindrical-coordinate representation of color #20AE50: hue angle of 140.28º 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 #20AE50 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 80 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.32 |
| HSL | 140.28º | 0.69% | 0.4% | - |
| HSV(B) | 140.28º | 0.82% | 0.68% | - |
| XYZ | 17.18 | 31.16 | 12.7 | - |
| YUV | 120.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 80 | 0.82 | 0 | 0.54 | 0.32 | 140.28 | 0.69 | 0.4 |
| Hex | 20 | AE | 50 | 52 | 0 | 36 | 20 | 8C | 45 | 28 |
| Octal | 40 | 256 | 120 | 122 | 0 | 66 | 40 | 214 | 105 | 50 |
| Binary | 100000 | 10101110 | 1010000 | 1010010 | 0 | 110110 | 100000 | 10001100 | 1000101 | 101000 |
Color Harmonies of #20AE50
Complementary color
Monochromatic Colors of #20AE50
Black with #20AE50
Text Example
Text Example
White with #20AE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE50; }
p { color: rgb(32,174,80); }
H1.HeaderClassName
{
color: #20AE50;
}
.AnyTagClassName
{
color: #20AE50;
}
</style>
background-color css
<style>
a { background-color: #20AE50; }
a { background-color: rgb(32,174,80); }
div.DivClassName
{
background-color: #20AE50;
}
.BgClassName
{
background-color: #20AE50;
}
</style>
border-color css
<style>
span { border-color: #20AE50; }
span { border-color: rgb(32,174,80); }
td.TdClassName
{
border-color: #20AE50;
}
.TagClassName
{
border-color: #20AE50;
}
</style>