Shades of Eucalyptus #20A74F
Tints of Eucalyptus #20A74F
RGB
CMYK
RGB Variations
Color information
#20A74F (or 0x20A74F) is known color: Eucalyptus. HEX triplet: 20, A7 and 4F. RGB value is (32,167,79). Sum of RGB (Red+Green+Blue) = 32+167+79=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 167 (65.62% from 255 or 60.07% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 167 - color contains mainly: green. Hex color #20A74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A74F is #DF58B0. Grayscale: #747474. Windows color (decimal): -14637233 or 5220128. OLE color: 5220128.
HSL color Cylindrical-coordinate representation of color #20A74F: hue angle of 140.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A74F is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 167 | 79 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.35 |
| HSL | 140.89º | 0.68% | 0.39% | - |
| HSV(B) | 140.89º | 0.81% | 0.65% | - |
| XYZ | 15.83 | 28.51 | 12.07 | - |
| YUV | 116.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 79 | 0.81 | 0 | 0.53 | 0.35 | 140.89 | 0.68 | 0.39 |
| Hex | 20 | A7 | 4F | 51 | 0 | 35 | 23 | 8D | 44 | 27 |
| Octal | 40 | 247 | 117 | 121 | 0 | 65 | 43 | 215 | 104 | 47 |
| Binary | 100000 | 10100111 | 1001111 | 1010001 | 0 | 110101 | 100011 | 10001101 | 1000100 | 100111 |
Color Harmonies of #20A74F
Complementary color
Monochromatic Colors of #20A74F
Black with #20A74F
Text Example
Text Example
White with #20A74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A74F; }
p { color: rgb(32,167,79); }
H1.HeaderClassName
{
color: #20A74F;
}
.AnyTagClassName
{
color: #20A74F;
}
</style>
background-color css
<style>
a { background-color: #20A74F; }
a { background-color: rgb(32,167,79); }
div.DivClassName
{
background-color: #20A74F;
}
.BgClassName
{
background-color: #20A74F;
}
</style>
border-color css
<style>
span { border-color: #20A74F; }
span { border-color: rgb(32,167,79); }
td.TdClassName
{
border-color: #20A74F;
}
.TagClassName
{
border-color: #20A74F;
}
</style>