Shades of Eucalyptus #20A851
Tints of Eucalyptus #20A851
RGB
CMYK
RGB Variations
Color information
#20A851 (or 0x20A851) is known color: Eucalyptus. HEX triplet: 20, A8 and 51. RGB value is (32,168,81). Sum of RGB (Red+Green+Blue) = 32+168+81=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #20A851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A851 is #DF57AE. Grayscale: #757575. Windows color (decimal): -14636975 or 5351456. OLE color: 5351456.
HSL color Cylindrical-coordinate representation of color #20A851: hue angle of 141.62º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A851 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 168 | 81 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.34 |
| HSL | 141.62º | 0.68% | 0.39% | - |
| HSV(B) | 141.62º | 0.81% | 0.66% | - |
| XYZ | 16.08 | 28.91 | 12.52 | - |
| YUV | 117.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 81 | 0.81 | 0 | 0.52 | 0.34 | 141.62 | 0.68 | 0.39 |
| Hex | 20 | A8 | 51 | 51 | 0 | 34 | 22 | 8E | 44 | 27 |
| Octal | 40 | 250 | 121 | 121 | 0 | 64 | 42 | 216 | 104 | 47 |
| Binary | 100000 | 10101000 | 1010001 | 1010001 | 0 | 110100 | 100010 | 10001110 | 1000100 | 100111 |
Color Harmonies of #20A851
Complementary color
Monochromatic Colors of #20A851
Black with #20A851
Text Example
Text Example
White with #20A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A851; }
p { color: rgb(32,168,81); }
H1.HeaderClassName
{
color: #20A851;
}
.AnyTagClassName
{
color: #20A851;
}
</style>
background-color css
<style>
a { background-color: #20A851; }
a { background-color: rgb(32,168,81); }
div.DivClassName
{
background-color: #20A851;
}
.BgClassName
{
background-color: #20A851;
}
</style>
border-color css
<style>
span { border-color: #20A851; }
span { border-color: rgb(32,168,81); }
td.TdClassName
{
border-color: #20A851;
}
.TagClassName
{
border-color: #20A851;
}
</style>