Shades of Eucalyptus #20A15A
Tints of Eucalyptus #20A15A
RGB
CMYK
RGB Variations
Color information
#20A15A (or 0x20A15A) is known color: Eucalyptus. HEX triplet: 20, A1 and 5A. RGB value is (32,161,90). Sum of RGB (Red+Green+Blue) = 32+161+90=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #20A15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A15A is #DF5EA5. Grayscale: #727272. Windows color (decimal): -14638758 or 5939488. OLE color: 5939488.
HSL color Cylindrical-coordinate representation of color #20A15A: hue angle of 146.98º 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 #20A15A is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 90 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.37 |
| HSL | 146.98º | 0.67% | 0.38% | - |
| HSV(B) | 146.98º | 0.8% | 0.63% | - |
| XYZ | 15.19 | 26.54 | 13.99 | - |
| YUV | 114.34 | 114.26 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 90 | 0.80 | 0 | 0.44 | 0.37 | 146.98 | 0.67 | 0.38 |
| Hex | 20 | A1 | 5A | 50 | 0 | 2C | 25 | 93 | 43 | 26 |
| Octal | 40 | 241 | 132 | 120 | 0 | 54 | 45 | 223 | 103 | 46 |
| Binary | 100000 | 10100001 | 1011010 | 1010000 | 0 | 101100 | 100101 | 10010011 | 1000011 | 100110 |
Color Harmonies of #20A15A
Complementary color
Monochromatic Colors of #20A15A
Black with #20A15A
Text Example
Text Example
White with #20A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A15A; }
p { color: rgb(32,161,90); }
H1.HeaderClassName
{
color: #20A15A;
}
.AnyTagClassName
{
color: #20A15A;
}
</style>
background-color css
<style>
a { background-color: #20A15A; }
a { background-color: rgb(32,161,90); }
div.DivClassName
{
background-color: #20A15A;
}
.BgClassName
{
background-color: #20A15A;
}
</style>
border-color css
<style>
span { border-color: #20A15A; }
span { border-color: rgb(32,161,90); }
td.TdClassName
{
border-color: #20A15A;
}
.TagClassName
{
border-color: #20A15A;
}
</style>