Shades of Eucalyptus #20A866
Tints of Eucalyptus #20A866
RGB
CMYK
RGB Variations
Color information
#20A866 (or 0x20A866) is known color: Eucalyptus. HEX triplet: 20, A8 and 66. RGB value is (32,168,102). Sum of RGB (Red+Green+Blue) = 32+168+102=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #20A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A866 is #DF5799. Grayscale: #777777. Windows color (decimal): -14636954 or 6727712. OLE color: 6727712.
HSL color Cylindrical-coordinate representation of color #20A866: hue angle of 150.88º 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 #20A866 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 168 | 102 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.34 |
| HSL | 150.88º | 0.68% | 0.39% | - |
| HSV(B) | 150.88º | 0.81% | 0.66% | - |
| XYZ | 17 | 29.27 | 17.32 | - |
| YUV | 119.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 102 | 0.81 | 0 | 0.39 | 0.34 | 150.88 | 0.68 | 0.39 |
| Hex | 20 | A8 | 66 | 51 | 0 | 27 | 22 | 97 | 44 | 27 |
| Octal | 40 | 250 | 146 | 121 | 0 | 47 | 42 | 227 | 104 | 47 |
| Binary | 100000 | 10101000 | 1100110 | 1010001 | 0 | 100111 | 100010 | 10010111 | 1000100 | 100111 |
Color Harmonies of #20A866
Complementary color
Monochromatic Colors of #20A866
Black with #20A866
Text Example
Text Example
White with #20A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A866; }
p { color: rgb(32,168,102); }
H1.HeaderClassName
{
color: #20A866;
}
.AnyTagClassName
{
color: #20A866;
}
</style>
background-color css
<style>
a { background-color: #20A866; }
a { background-color: rgb(32,168,102); }
div.DivClassName
{
background-color: #20A866;
}
.BgClassName
{
background-color: #20A866;
}
</style>
border-color css
<style>
span { border-color: #20A866; }
span { border-color: rgb(32,168,102); }
td.TdClassName
{
border-color: #20A866;
}
.TagClassName
{
border-color: #20A866;
}
</style>