Shades of Eucalyptus #20A454
Tints of Eucalyptus #20A454
RGB
CMYK
RGB Variations
Color information
#20A454 (or 0x20A454) is known color: Eucalyptus. HEX triplet: 20, A4 and 54. RGB value is (32,164,84). Sum of RGB (Red+Green+Blue) = 32+164+84=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #20A454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A454 is #DF5BAB. Grayscale: #737373. Windows color (decimal): -14637996 or 5547040. OLE color: 5547040.
HSL color Cylindrical-coordinate representation of color #20A454: hue angle of 143.64º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A454 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 84 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.36 |
| HSL | 143.64º | 0.67% | 0.38% | - |
| HSV(B) | 143.64º | 0.8% | 0.64% | - |
| XYZ | 15.47 | 27.5 | 12.88 | - |
| YUV | 115.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 84 | 0.80 | 0 | 0.49 | 0.36 | 143.64 | 0.67 | 0.38 |
| Hex | 20 | A4 | 54 | 50 | 0 | 31 | 24 | 90 | 43 | 26 |
| Octal | 40 | 244 | 124 | 120 | 0 | 61 | 44 | 220 | 103 | 46 |
| Binary | 100000 | 10100100 | 1010100 | 1010000 | 0 | 110001 | 100100 | 10010000 | 1000011 | 100110 |
Color Harmonies of #20A454
Complementary color
Monochromatic Colors of #20A454
Black with #20A454
Text Example
Text Example
White with #20A454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A454; }
p { color: rgb(32,164,84); }
H1.HeaderClassName
{
color: #20A454;
}
.AnyTagClassName
{
color: #20A454;
}
</style>
background-color css
<style>
a { background-color: #20A454; }
a { background-color: rgb(32,164,84); }
div.DivClassName
{
background-color: #20A454;
}
.BgClassName
{
background-color: #20A454;
}
</style>
border-color css
<style>
span { border-color: #20A454; }
span { border-color: rgb(32,164,84); }
td.TdClassName
{
border-color: #20A454;
}
.TagClassName
{
border-color: #20A454;
}
</style>