Shades of Eucalyptus #20A665
Tints of Eucalyptus #20A665
RGB
CMYK
RGB Variations
Color information
#20A665 (or 0x20A665) is known color: Eucalyptus. HEX triplet: 20, A6 and 65. RGB value is (32,166,101). Sum of RGB (Red+Green+Blue) = 32+166+101=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #20A665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A665 is #DF599A. Grayscale: #767676. Windows color (decimal): -14637467 or 6661664. OLE color: 6661664.
HSL color Cylindrical-coordinate representation of color #20A665: hue angle of 150.9º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A665 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 166 | 101 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.35 |
| HSL | 150.9º | 0.68% | 0.39% | - |
| HSV(B) | 150.9º | 0.81% | 0.65% | - |
| XYZ | 16.58 | 28.52 | 16.94 | - |
| YUV | 118.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 101 | 0.81 | 0 | 0.39 | 0.35 | 150.9 | 0.68 | 0.39 |
| Hex | 20 | A6 | 65 | 51 | 0 | 27 | 23 | 97 | 44 | 27 |
| Octal | 40 | 246 | 145 | 121 | 0 | 47 | 43 | 227 | 104 | 47 |
| Binary | 100000 | 10100110 | 1100101 | 1010001 | 0 | 100111 | 100011 | 10010111 | 1000100 | 100111 |
Color Harmonies of #20A665
Complementary color
Monochromatic Colors of #20A665
Black with #20A665
Text Example
Text Example
White with #20A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A665; }
p { color: rgb(32,166,101); }
H1.HeaderClassName
{
color: #20A665;
}
.AnyTagClassName
{
color: #20A665;
}
</style>
background-color css
<style>
a { background-color: #20A665; }
a { background-color: rgb(32,166,101); }
div.DivClassName
{
background-color: #20A665;
}
.BgClassName
{
background-color: #20A665;
}
</style>
border-color css
<style>
span { border-color: #20A665; }
span { border-color: rgb(32,166,101); }
td.TdClassName
{
border-color: #20A665;
}
.TagClassName
{
border-color: #20A665;
}
</style>