Shades of Eucalyptus #20A96B
Tints of Eucalyptus #20A96B
RGB
CMYK
RGB Variations
Color information
#20A96B (or 0x20A96B) is known color: Eucalyptus. HEX triplet: 20, A9 and 6B. RGB value is (32,169,107). Sum of RGB (Red+Green+Blue) = 32+169+107=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #20A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A96B is #DF5694. Grayscale: #797979. Windows color (decimal): -14636693 or 7055648. OLE color: 7055648.
HSL color Cylindrical-coordinate representation of color #20A96B: hue angle of 152.85º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A96B is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 169 | 107 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.34 |
| HSL | 152.85º | 0.68% | 0.39% | - |
| HSV(B) | 152.85º | 0.81% | 0.66% | - |
| XYZ | 17.44 | 29.74 | 18.73 | - |
| YUV | 120.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 169 | 107 | 0.81 | 0 | 0.37 | 0.34 | 152.85 | 0.68 | 0.39 |
| Hex | 20 | A9 | 6B | 51 | 0 | 25 | 22 | 99 | 44 | 27 |
| Octal | 40 | 251 | 153 | 121 | 0 | 45 | 42 | 231 | 104 | 47 |
| Binary | 100000 | 10101001 | 1101011 | 1010001 | 0 | 100101 | 100010 | 10011001 | 1000100 | 100111 |
Color Harmonies of #20A96B
Complementary color
Monochromatic Colors of #20A96B
Black with #20A96B
Text Example
Text Example
White with #20A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A96B; }
p { color: rgb(32,169,107); }
H1.HeaderClassName
{
color: #20A96B;
}
.AnyTagClassName
{
color: #20A96B;
}
</style>
background-color css
<style>
a { background-color: #20A96B; }
a { background-color: rgb(32,169,107); }
div.DivClassName
{
background-color: #20A96B;
}
.BgClassName
{
background-color: #20A96B;
}
</style>
border-color css
<style>
span { border-color: #20A96B; }
span { border-color: rgb(32,169,107); }
td.TdClassName
{
border-color: #20A96B;
}
.TagClassName
{
border-color: #20A96B;
}
</style>