Shades of Eucalyptus #20AB4D
Tints of Eucalyptus #20AB4D
RGB
CMYK
RGB Variations
Color information
#20AB4D (or 0x20AB4D) is known color: Eucalyptus. HEX triplet: 20, AB and 4D. RGB value is (32,171,77). Sum of RGB (Red+Green+Blue) = 32+171+77=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB4D is #DF54B2. Grayscale: #767676. Windows color (decimal): -14636211 or 5090080. OLE color: 5090080.
HSL color Cylindrical-coordinate representation of color #20AB4D: hue angle of 139.42º 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 #20AB4D is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 77 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.33 |
| HSL | 139.42º | 0.68% | 0.4% | - |
| HSV(B) | 139.42º | 0.81% | 0.67% | - |
| XYZ | 16.5 | 29.97 | 11.94 | - |
| YUV | 118.72 | 104.45 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 77 | 0.81 | 0 | 0.55 | 0.33 | 139.42 | 0.68 | 0.4 |
| Hex | 20 | AB | 4D | 51 | 0 | 37 | 21 | 8B | 44 | 28 |
| Octal | 40 | 253 | 115 | 121 | 0 | 67 | 41 | 213 | 104 | 50 |
| Binary | 100000 | 10101011 | 1001101 | 1010001 | 0 | 110111 | 100001 | 10001011 | 1000100 | 101000 |
Color Harmonies of #20AB4D
Complementary color
Monochromatic Colors of #20AB4D
Black with #20AB4D
Text Example
Text Example
White with #20AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB4D; }
p { color: rgb(32,171,77); }
H1.HeaderClassName
{
color: #20AB4D;
}
.AnyTagClassName
{
color: #20AB4D;
}
</style>
background-color css
<style>
a { background-color: #20AB4D; }
a { background-color: rgb(32,171,77); }
div.DivClassName
{
background-color: #20AB4D;
}
.BgClassName
{
background-color: #20AB4D;
}
</style>
border-color css
<style>
span { border-color: #20AB4D; }
span { border-color: rgb(32,171,77); }
td.TdClassName
{
border-color: #20AB4D;
}
.TagClassName
{
border-color: #20AB4D;
}
</style>