Shades of Eucalyptus #20A164
Tints of Eucalyptus #20A164
RGB
CMYK
RGB Variations
Color information
#20A164 (or 0x20A164) is known color: Eucalyptus. HEX triplet: 20, A1 and 64. RGB value is (32,161,100). Sum of RGB (Red+Green+Blue) = 32+161+100=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #20A164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A164 is #DF5E9B. Grayscale: #737373. Windows color (decimal): -14638748 or 6594848. OLE color: 6594848.
HSL color Cylindrical-coordinate representation of color #20A164: hue angle of 151.63º 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 #20A164 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 100 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.37 |
| HSL | 151.63º | 0.67% | 0.38% | - |
| HSV(B) | 151.63º | 0.8% | 0.63% | - |
| XYZ | 15.64 | 26.72 | 16.39 | - |
| YUV | 115.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 100 | 0.80 | 0 | 0.38 | 0.37 | 151.63 | 0.67 | 0.38 |
| Hex | 20 | A1 | 64 | 50 | 0 | 26 | 25 | 98 | 43 | 26 |
| Octal | 40 | 241 | 144 | 120 | 0 | 46 | 45 | 230 | 103 | 46 |
| Binary | 100000 | 10100001 | 1100100 | 1010000 | 0 | 100110 | 100101 | 10011000 | 1000011 | 100110 |
Color Harmonies of #20A164
Complementary color
Monochromatic Colors of #20A164
Black with #20A164
Text Example
Text Example
White with #20A164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A164; }
p { color: rgb(32,161,100); }
H1.HeaderClassName
{
color: #20A164;
}
.AnyTagClassName
{
color: #20A164;
}
</style>
background-color css
<style>
a { background-color: #20A164; }
a { background-color: rgb(32,161,100); }
div.DivClassName
{
background-color: #20A164;
}
.BgClassName
{
background-color: #20A164;
}
</style>
border-color css
<style>
span { border-color: #20A164; }
span { border-color: rgb(32,161,100); }
td.TdClassName
{
border-color: #20A164;
}
.TagClassName
{
border-color: #20A164;
}
</style>