Shades of Eucalyptus #20AD62
Tints of Eucalyptus #20AD62
RGB
CMYK
RGB Variations
Color information
#20AD62 (or 0x20AD62) is known color: Eucalyptus. HEX triplet: 20, AD and 62. RGB value is (32,173,98). Sum of RGB (Red+Green+Blue) = 32+173+98=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD62 is #DF529D. Grayscale: #7A7A7A. Windows color (decimal): -14635678 or 6466848. OLE color: 6466848.
HSL color Cylindrical-coordinate representation of color #20AD62: hue angle of 148.09º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD62 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 98 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.32 |
| HSL | 148.09º | 0.69% | 0.4% | - |
| HSV(B) | 148.09º | 0.82% | 0.68% | - |
| XYZ | 17.74 | 31.08 | 16.62 | - |
| YUV | 122.29 | 114.29 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 98 | 0.82 | 0 | 0.43 | 0.32 | 148.09 | 0.69 | 0.4 |
| Hex | 20 | AD | 62 | 52 | 0 | 2B | 20 | 94 | 45 | 28 |
| Octal | 40 | 255 | 142 | 122 | 0 | 53 | 40 | 224 | 105 | 50 |
| Binary | 100000 | 10101101 | 1100010 | 1010010 | 0 | 101011 | 100000 | 10010100 | 1000101 | 101000 |
Color Harmonies of #20AD62
Complementary color
Monochromatic Colors of #20AD62
Black with #20AD62
Text Example
Text Example
White with #20AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD62; }
p { color: rgb(32,173,98); }
H1.HeaderClassName
{
color: #20AD62;
}
.AnyTagClassName
{
color: #20AD62;
}
</style>
background-color css
<style>
a { background-color: #20AD62; }
a { background-color: rgb(32,173,98); }
div.DivClassName
{
background-color: #20AD62;
}
.BgClassName
{
background-color: #20AD62;
}
</style>
border-color css
<style>
span { border-color: #20AD62; }
span { border-color: rgb(32,173,98); }
td.TdClassName
{
border-color: #20AD62;
}
.TagClassName
{
border-color: #20AD62;
}
</style>