Shades of Eucalyptus #20AD64
Tints of Eucalyptus #20AD64
RGB
CMYK
RGB Variations
Color information
#20AD64 (or 0x20AD64) is known color: Eucalyptus. HEX triplet: 20, AD and 64. RGB value is (32,173,100). Sum of RGB (Red+Green+Blue) = 32+173+100=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD64 is #DF529B. Grayscale: #7A7A7A. Windows color (decimal): -14635676 or 6597920. OLE color: 6597920.
HSL color Cylindrical-coordinate representation of color #20AD64: hue angle of 148.94º 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 #20AD64 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 100 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.32 |
| HSL | 148.94º | 0.69% | 0.4% | - |
| HSV(B) | 148.94º | 0.82% | 0.68% | - |
| XYZ | 17.84 | 31.11 | 17.12 | - |
| YUV | 122.52 | 115.29 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 100 | 0.82 | 0 | 0.42 | 0.32 | 148.94 | 0.69 | 0.4 |
| Hex | 20 | AD | 64 | 52 | 0 | 2A | 20 | 95 | 45 | 28 |
| Octal | 40 | 255 | 144 | 122 | 0 | 52 | 40 | 225 | 105 | 50 |
| Binary | 100000 | 10101101 | 1100100 | 1010010 | 0 | 101010 | 100000 | 10010101 | 1000101 | 101000 |
Color Harmonies of #20AD64
Complementary color
Monochromatic Colors of #20AD64
Black with #20AD64
Text Example
Text Example
White with #20AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD64; }
p { color: rgb(32,173,100); }
H1.HeaderClassName
{
color: #20AD64;
}
.AnyTagClassName
{
color: #20AD64;
}
</style>
background-color css
<style>
a { background-color: #20AD64; }
a { background-color: rgb(32,173,100); }
div.DivClassName
{
background-color: #20AD64;
}
.BgClassName
{
background-color: #20AD64;
}
</style>
border-color css
<style>
span { border-color: #20AD64; }
span { border-color: rgb(32,173,100); }
td.TdClassName
{
border-color: #20AD64;
}
.TagClassName
{
border-color: #20AD64;
}
</style>