Shades of Eucalyptus #20AA4D
Tints of Eucalyptus #20AA4D
RGB
CMYK
RGB Variations
Color information
#20AA4D (or 0x20AA4D) is known color: Eucalyptus. HEX triplet: 20, AA and 4D. RGB value is (32,170,77). Sum of RGB (Red+Green+Blue) = 32+170+77=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA4D is #DF55B2. Grayscale: #767676. Windows color (decimal): -14636467 or 5089824. OLE color: 5089824.
HSL color Cylindrical-coordinate representation of color #20AA4D: hue angle of 139.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA4D is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 77 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.33 |
| HSL | 139.57º | 0.68% | 0.4% | - |
| HSV(B) | 139.57º | 0.81% | 0.67% | - |
| XYZ | 16.31 | 29.59 | 11.87 | - |
| YUV | 118.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 77 | 0.81 | 0 | 0.55 | 0.33 | 139.57 | 0.68 | 0.4 |
| Hex | 20 | AA | 4D | 51 | 0 | 37 | 21 | 8C | 44 | 28 |
| Octal | 40 | 252 | 115 | 121 | 0 | 67 | 41 | 214 | 104 | 50 |
| Binary | 100000 | 10101010 | 1001101 | 1010001 | 0 | 110111 | 100001 | 10001100 | 1000100 | 101000 |
Color Harmonies of #20AA4D
Complementary color
Monochromatic Colors of #20AA4D
Black with #20AA4D
Text Example
Text Example
White with #20AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA4D; }
p { color: rgb(32,170,77); }
H1.HeaderClassName
{
color: #20AA4D;
}
.AnyTagClassName
{
color: #20AA4D;
}
</style>
background-color css
<style>
a { background-color: #20AA4D; }
a { background-color: rgb(32,170,77); }
div.DivClassName
{
background-color: #20AA4D;
}
.BgClassName
{
background-color: #20AA4D;
}
</style>
border-color css
<style>
span { border-color: #20AA4D; }
span { border-color: rgb(32,170,77); }
td.TdClassName
{
border-color: #20AA4D;
}
.TagClassName
{
border-color: #20AA4D;
}
</style>