Shades of Eucalyptus #20AA4C
Tints of Eucalyptus #20AA4C
RGB
CMYK
RGB Variations
Color information
#20AA4C (or 0x20AA4C) is known color: Eucalyptus. HEX triplet: 20, AA and 4C. RGB value is (32,170,76). Sum of RGB (Red+Green+Blue) = 32+170+76=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA4C is #DF55B3. Grayscale: #767676. Windows color (decimal): -14636468 or 5024288. OLE color: 5024288.
HSL color Cylindrical-coordinate representation of color #20AA4C: hue angle of 139.13º 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 #20AA4C is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 76 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.33 |
| HSL | 139.13º | 0.68% | 0.4% | - |
| HSV(B) | 139.13º | 0.81% | 0.67% | - |
| XYZ | 16.27 | 29.58 | 11.69 | - |
| YUV | 118.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 76 | 0.81 | 0 | 0.55 | 0.33 | 139.13 | 0.68 | 0.4 |
| Hex | 20 | AA | 4C | 51 | 0 | 37 | 21 | 8B | 44 | 28 |
| Octal | 40 | 252 | 114 | 121 | 0 | 67 | 41 | 213 | 104 | 50 |
| Binary | 100000 | 10101010 | 1001100 | 1010001 | 0 | 110111 | 100001 | 10001011 | 1000100 | 101000 |
Color Harmonies of #20AA4C
Complementary color
Monochromatic Colors of #20AA4C
Black with #20AA4C
Text Example
Text Example
White with #20AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA4C; }
p { color: rgb(32,170,76); }
H1.HeaderClassName
{
color: #20AA4C;
}
.AnyTagClassName
{
color: #20AA4C;
}
</style>
background-color css
<style>
a { background-color: #20AA4C; }
a { background-color: rgb(32,170,76); }
div.DivClassName
{
background-color: #20AA4C;
}
.BgClassName
{
background-color: #20AA4C;
}
</style>
border-color css
<style>
span { border-color: #20AA4C; }
span { border-color: rgb(32,170,76); }
td.TdClassName
{
border-color: #20AA4C;
}
.TagClassName
{
border-color: #20AA4C;
}
</style>