Shades of Malachite #20EC4A
Tints of Malachite #20EC4A
RGB
CMYK
RGB Variations
Color information
#20EC4A (or 0x20EC4A) is known color: Malachite. HEX triplet: 20, EC and 4A. RGB value is (32,236,74). Sum of RGB (Red+Green+Blue) = 32+236+74=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 236 (92.58% from 255 or 69.01% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC4A is #DF13B5. Grayscale: #9C9C9C. Windows color (decimal): -14619574 or 4910112. OLE color: 4910112.
HSL color Cylindrical-coordinate representation of color #20EC4A: hue angle of 132.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC4A is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 74 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.07 |
| HSL | 132.35º | 0.84% | 0.53% | - |
| HSV(B) | 132.35º | 0.86% | 0.93% | - |
| XYZ | 31.83 | 60.79 | 16.54 | - |
| YUV | 156.54 | 81.41 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 74 | 0.86 | 0 | 0.69 | 0.07 | 132.35 | 0.84 | 0.53 |
| Hex | 20 | EC | 4A | 56 | 0 | 45 | 7 | 84 | 54 | 35 |
| Octal | 40 | 354 | 112 | 126 | 0 | 105 | 7 | 204 | 124 | 65 |
| Binary | 100000 | 11101100 | 1001010 | 1010110 | 0 | 1000101 | 111 | 10000100 | 1010100 | 110101 |
Color Harmonies of #20EC4A
Complementary color
Monochromatic Colors of #20EC4A
Black with #20EC4A
Text Example
Text Example
White with #20EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC4A; }
p { color: rgb(32,236,74); }
H1.HeaderClassName
{
color: #20EC4A;
}
.AnyTagClassName
{
color: #20EC4A;
}
</style>
background-color css
<style>
a { background-color: #20EC4A; }
a { background-color: rgb(32,236,74); }
div.DivClassName
{
background-color: #20EC4A;
}
.BgClassName
{
background-color: #20EC4A;
}
</style>
border-color css
<style>
span { border-color: #20EC4A; }
span { border-color: rgb(32,236,74); }
td.TdClassName
{
border-color: #20EC4A;
}
.TagClassName
{
border-color: #20EC4A;
}
</style>