Shades of Eucalyptus #20A165
Tints of Eucalyptus #20A165
RGB
CMYK
RGB Variations
Color information
#20A165 (or 0x20A165) is known color: Eucalyptus. HEX triplet: 20, A1 and 65. RGB value is (32,161,101). Sum of RGB (Red+Green+Blue) = 32+161+101=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #20A165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A165 is #DF5E9A. Grayscale: #737373. Windows color (decimal): -14638747 or 6660384. OLE color: 6660384.
HSL color Cylindrical-coordinate representation of color #20A165: hue angle of 152.09º 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 #20A165 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 101 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.37 |
| HSL | 152.09º | 0.67% | 0.38% | - |
| HSV(B) | 152.09º | 0.8% | 0.63% | - |
| XYZ | 15.69 | 26.74 | 16.65 | - |
| YUV | 115.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 101 | 0.80 | 0 | 0.37 | 0.37 | 152.09 | 0.67 | 0.38 |
| Hex | 20 | A1 | 65 | 50 | 0 | 25 | 25 | 98 | 43 | 26 |
| Octal | 40 | 241 | 145 | 120 | 0 | 45 | 45 | 230 | 103 | 46 |
| Binary | 100000 | 10100001 | 1100101 | 1010000 | 0 | 100101 | 100101 | 10011000 | 1000011 | 100110 |
Color Harmonies of #20A165
Complementary color
Monochromatic Colors of #20A165
Black with #20A165
Text Example
Text Example
White with #20A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A165; }
p { color: rgb(32,161,101); }
H1.HeaderClassName
{
color: #20A165;
}
.AnyTagClassName
{
color: #20A165;
}
</style>
background-color css
<style>
a { background-color: #20A165; }
a { background-color: rgb(32,161,101); }
div.DivClassName
{
background-color: #20A165;
}
.BgClassName
{
background-color: #20A165;
}
</style>
border-color css
<style>
span { border-color: #20A165; }
span { border-color: rgb(32,161,101); }
td.TdClassName
{
border-color: #20A165;
}
.TagClassName
{
border-color: #20A165;
}
</style>