Shades of Eucalyptus #20AC50
Tints of Eucalyptus #20AC50
RGB
CMYK
RGB Variations
Color information
#20AC50 (or 0x20AC50) is known color: Eucalyptus. HEX triplet: 20, AC and 50. RGB value is (32,172,80). Sum of RGB (Red+Green+Blue) = 32+172+80=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC50 is #DF53AF. Grayscale: #777777. Windows color (decimal): -14635952 or 5286944. OLE color: 5286944.
HSL color Cylindrical-coordinate representation of color #20AC50: hue angle of 140.57º degrees, saturation: 0.69, 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 #20AC50 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 80 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.33 |
| HSL | 140.57º | 0.69% | 0.4% | - |
| HSV(B) | 140.57º | 0.81% | 0.67% | - |
| XYZ | 16.8 | 30.39 | 12.57 | - |
| YUV | 119.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 80 | 0.81 | 0 | 0.53 | 0.33 | 140.57 | 0.69 | 0.4 |
| Hex | 20 | AC | 50 | 51 | 0 | 35 | 21 | 8D | 45 | 28 |
| Octal | 40 | 254 | 120 | 121 | 0 | 65 | 41 | 215 | 105 | 50 |
| Binary | 100000 | 10101100 | 1010000 | 1010001 | 0 | 110101 | 100001 | 10001101 | 1000101 | 101000 |
Color Harmonies of #20AC50
Complementary color
Monochromatic Colors of #20AC50
Black with #20AC50
Text Example
Text Example
White with #20AC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC50; }
p { color: rgb(32,172,80); }
H1.HeaderClassName
{
color: #20AC50;
}
.AnyTagClassName
{
color: #20AC50;
}
</style>
background-color css
<style>
a { background-color: #20AC50; }
a { background-color: rgb(32,172,80); }
div.DivClassName
{
background-color: #20AC50;
}
.BgClassName
{
background-color: #20AC50;
}
</style>
border-color css
<style>
span { border-color: #20AC50; }
span { border-color: rgb(32,172,80); }
td.TdClassName
{
border-color: #20AC50;
}
.TagClassName
{
border-color: #20AC50;
}
</style>