Shades of Eucalyptus #20A652
Tints of Eucalyptus #20A652
RGB
CMYK
RGB Variations
Color information
#20A652 (or 0x20A652) is known color: Eucalyptus. HEX triplet: 20, A6 and 52. RGB value is (32,166,82). Sum of RGB (Red+Green+Blue) = 32+166+82=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 166 (65.23% from 255 or 59.29% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 166 - color contains mainly: green. Hex color #20A652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A652 is #DF59AD. Grayscale: #747474. Windows color (decimal): -14637486 or 5416480. OLE color: 5416480.
HSL color Cylindrical-coordinate representation of color #20A652: hue angle of 142.39º 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 #20A652 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 166 | 82 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.35 |
| HSL | 142.39º | 0.68% | 0.39% | - |
| HSV(B) | 142.39º | 0.81% | 0.65% | - |
| XYZ | 15.75 | 28.19 | 12.59 | - |
| YUV | 116.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 82 | 0.81 | 0 | 0.51 | 0.35 | 142.39 | 0.68 | 0.39 |
| Hex | 20 | A6 | 52 | 51 | 0 | 33 | 23 | 8E | 44 | 27 |
| Octal | 40 | 246 | 122 | 121 | 0 | 63 | 43 | 216 | 104 | 47 |
| Binary | 100000 | 10100110 | 1010010 | 1010001 | 0 | 110011 | 100011 | 10001110 | 1000100 | 100111 |
Color Harmonies of #20A652
Complementary color
Monochromatic Colors of #20A652
Black with #20A652
Text Example
Text Example
White with #20A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A652; }
p { color: rgb(32,166,82); }
H1.HeaderClassName
{
color: #20A652;
}
.AnyTagClassName
{
color: #20A652;
}
</style>
background-color css
<style>
a { background-color: #20A652; }
a { background-color: rgb(32,166,82); }
div.DivClassName
{
background-color: #20A652;
}
.BgClassName
{
background-color: #20A652;
}
</style>
border-color css
<style>
span { border-color: #20A652; }
span { border-color: rgb(32,166,82); }
td.TdClassName
{
border-color: #20A652;
}
.TagClassName
{
border-color: #20A652;
}
</style>