Shades of Eucalyptus #20A15E
Tints of Eucalyptus #20A15E
RGB
CMYK
RGB Variations
Color information
#20A15E (or 0x20A15E) is known color: Eucalyptus. HEX triplet: 20, A1 and 5E. RGB value is (32,161,94). Sum of RGB (Red+Green+Blue) = 32+161+94=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #20A15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A15E is #DF5EA1. Grayscale: #727272. Windows color (decimal): -14638754 or 6201632. OLE color: 6201632.
HSL color Cylindrical-coordinate representation of color #20A15E: hue angle of 148.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A15E is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 94 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.37 |
| HSL | 148.84º | 0.67% | 0.38% | - |
| HSV(B) | 148.84º | 0.8% | 0.63% | - |
| XYZ | 15.36 | 26.6 | 14.92 | - |
| YUV | 114.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 94 | 0.80 | 0 | 0.42 | 0.37 | 148.84 | 0.67 | 0.38 |
| Hex | 20 | A1 | 5E | 50 | 0 | 2A | 25 | 95 | 43 | 26 |
| Octal | 40 | 241 | 136 | 120 | 0 | 52 | 45 | 225 | 103 | 46 |
| Binary | 100000 | 10100001 | 1011110 | 1010000 | 0 | 101010 | 100101 | 10010101 | 1000011 | 100110 |
Color Harmonies of #20A15E
Complementary color
Monochromatic Colors of #20A15E
Black with #20A15E
Text Example
Text Example
White with #20A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A15E; }
p { color: rgb(32,161,94); }
H1.HeaderClassName
{
color: #20A15E;
}
.AnyTagClassName
{
color: #20A15E;
}
</style>
background-color css
<style>
a { background-color: #20A15E; }
a { background-color: rgb(32,161,94); }
div.DivClassName
{
background-color: #20A15E;
}
.BgClassName
{
background-color: #20A15E;
}
</style>
border-color css
<style>
span { border-color: #20A15E; }
span { border-color: rgb(32,161,94); }
td.TdClassName
{
border-color: #20A15E;
}
.TagClassName
{
border-color: #20A15E;
}
</style>