Shades of Eucalyptus #20A06A
Tints of Eucalyptus #20A06A
RGB
CMYK
RGB Variations
Color information
#20A06A (or 0x20A06A) is known color: Eucalyptus. HEX triplet: 20, A0 and 6A. RGB value is (32,160,106). Sum of RGB (Red+Green+Blue) = 32+160+106=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #20A06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A06A is #DF5F95. Grayscale: #737373. Windows color (decimal): -14638998 or 6987808. OLE color: 6987808.
HSL color Cylindrical-coordinate representation of color #20A06A: hue angle of 154.69º 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 #20A06A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 106 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.37 |
| HSL | 154.69º | 0.67% | 0.38% | - |
| HSV(B) | 154.69º | 0.8% | 0.63% | - |
| XYZ | 15.77 | 26.49 | 17.92 | - |
| YUV | 115.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 106 | 0.80 | 0 | 0.34 | 0.37 | 154.69 | 0.67 | 0.38 |
| Hex | 20 | A0 | 6A | 50 | 0 | 22 | 25 | 9B | 43 | 26 |
| Octal | 40 | 240 | 152 | 120 | 0 | 42 | 45 | 233 | 103 | 46 |
| Binary | 100000 | 10100000 | 1101010 | 1010000 | 0 | 100010 | 100101 | 10011011 | 1000011 | 100110 |
Color Harmonies of #20A06A
Complementary color
Monochromatic Colors of #20A06A
Black with #20A06A
Text Example
Text Example
White with #20A06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A06A; }
p { color: rgb(32,160,106); }
H1.HeaderClassName
{
color: #20A06A;
}
.AnyTagClassName
{
color: #20A06A;
}
</style>
background-color css
<style>
a { background-color: #20A06A; }
a { background-color: rgb(32,160,106); }
div.DivClassName
{
background-color: #20A06A;
}
.BgClassName
{
background-color: #20A06A;
}
</style>
border-color css
<style>
span { border-color: #20A06A; }
span { border-color: rgb(32,160,106); }
td.TdClassName
{
border-color: #20A06A;
}
.TagClassName
{
border-color: #20A06A;
}
</style>