Shades of Eucalyptus #20A166
Tints of Eucalyptus #20A166
RGB
CMYK
RGB Variations
Color information
#20A166 (or 0x20A166) is known color: Eucalyptus. HEX triplet: 20, A1 and 66. RGB value is (32,161,102). Sum of RGB (Red+Green+Blue) = 32+161+102=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #20A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A166 is #DF5E99. Grayscale: #737373. Windows color (decimal): -14638746 or 6725920. OLE color: 6725920.
HSL color Cylindrical-coordinate representation of color #20A166: hue angle of 152.56º 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 #20A166 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 102 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.37 |
| HSL | 152.56º | 0.67% | 0.38% | - |
| HSV(B) | 152.56º | 0.8% | 0.63% | - |
| XYZ | 15.74 | 26.76 | 16.91 | - |
| YUV | 115.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 102 | 0.80 | 0 | 0.37 | 0.37 | 152.56 | 0.67 | 0.38 |
| Hex | 20 | A1 | 66 | 50 | 0 | 25 | 25 | 99 | 43 | 26 |
| Octal | 40 | 241 | 146 | 120 | 0 | 45 | 45 | 231 | 103 | 46 |
| Binary | 100000 | 10100001 | 1100110 | 1010000 | 0 | 100101 | 100101 | 10011001 | 1000011 | 100110 |
Color Harmonies of #20A166
Complementary color
Monochromatic Colors of #20A166
Black with #20A166
Text Example
Text Example
White with #20A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A166; }
p { color: rgb(32,161,102); }
H1.HeaderClassName
{
color: #20A166;
}
.AnyTagClassName
{
color: #20A166;
}
</style>
background-color css
<style>
a { background-color: #20A166; }
a { background-color: rgb(32,161,102); }
div.DivClassName
{
background-color: #20A166;
}
.BgClassName
{
background-color: #20A166;
}
</style>
border-color css
<style>
span { border-color: #20A166; }
span { border-color: rgb(32,161,102); }
td.TdClassName
{
border-color: #20A166;
}
.TagClassName
{
border-color: #20A166;
}
</style>