Shades of Eucalyptus #20A75E
Tints of Eucalyptus #20A75E
RGB
CMYK
RGB Variations
Color information
#20A75E (or 0x20A75E) is known color: Eucalyptus. HEX triplet: 20, A7 and 5E. RGB value is (32,167,94). Sum of RGB (Red+Green+Blue) = 32+167+94=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #20A75E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A75E is #DF58A1. Grayscale: #767676. Windows color (decimal): -14637218 or 6203168. OLE color: 6203168.
HSL color Cylindrical-coordinate representation of color #20A75E: hue angle of 147.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A75E is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 167 | 94 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.35 |
| HSL | 147.56º | 0.68% | 0.39% | - |
| HSV(B) | 147.56º | 0.81% | 0.65% | - |
| XYZ | 16.43 | 28.75 | 15.27 | - |
| YUV | 118.31 | 114.27 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 94 | 0.81 | 0 | 0.44 | 0.35 | 147.56 | 0.68 | 0.39 |
| Hex | 20 | A7 | 5E | 51 | 0 | 2C | 23 | 94 | 44 | 27 |
| Octal | 40 | 247 | 136 | 121 | 0 | 54 | 43 | 224 | 104 | 47 |
| Binary | 100000 | 10100111 | 1011110 | 1010001 | 0 | 101100 | 100011 | 10010100 | 1000100 | 100111 |
Color Harmonies of #20A75E
Complementary color
Monochromatic Colors of #20A75E
Black with #20A75E
Text Example
Text Example
White with #20A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A75E; }
p { color: rgb(32,167,94); }
H1.HeaderClassName
{
color: #20A75E;
}
.AnyTagClassName
{
color: #20A75E;
}
</style>
background-color css
<style>
a { background-color: #20A75E; }
a { background-color: rgb(32,167,94); }
div.DivClassName
{
background-color: #20A75E;
}
.BgClassName
{
background-color: #20A75E;
}
</style>
border-color css
<style>
span { border-color: #20A75E; }
span { border-color: rgb(32,167,94); }
td.TdClassName
{
border-color: #20A75E;
}
.TagClassName
{
border-color: #20A75E;
}
</style>