Shades of Malachite #20E145
Tints of Malachite #20E145
RGB
CMYK
RGB Variations
Color information
#20E145 (or 0x20E145) is known color: Malachite. HEX triplet: 20, E1 and 45. RGB value is (32,225,69). Sum of RGB (Red+Green+Blue) = 32+225+69=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #20E145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E145 is #DF1EBA. Grayscale: #959595. Windows color (decimal): -14622395 or 4579616. OLE color: 4579616.
HSL color Cylindrical-coordinate representation of color #20E145: hue angle of 131.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E145 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 69 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.12 |
| HSL | 131.5º | 0.76% | 0.5% | - |
| HSV(B) | 131.5º | 0.86% | 0.88% | - |
| XYZ | 28.6 | 54.59 | 14.66 | - |
| YUV | 149.51 | 82.56 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 69 | 0.86 | 0 | 0.69 | 0.12 | 131.5 | 0.76 | 0.5 |
| Hex | 20 | E1 | 45 | 56 | 0 | 45 | C | 84 | 4C | 32 |
| Octal | 40 | 341 | 105 | 126 | 0 | 105 | 14 | 204 | 114 | 62 |
| Binary | 100000 | 11100001 | 1000101 | 1010110 | 0 | 1000101 | 1100 | 10000100 | 1001100 | 110010 |
Color Harmonies of #20E145
Complementary color
Monochromatic Colors of #20E145
Black with #20E145
Text Example
Text Example
White with #20E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E145; }
p { color: rgb(32,225,69); }
H1.HeaderClassName
{
color: #20E145;
}
.AnyTagClassName
{
color: #20E145;
}
</style>
background-color css
<style>
a { background-color: #20E145; }
a { background-color: rgb(32,225,69); }
div.DivClassName
{
background-color: #20E145;
}
.BgClassName
{
background-color: #20E145;
}
</style>
border-color css
<style>
span { border-color: #20E145; }
span { border-color: rgb(32,225,69); }
td.TdClassName
{
border-color: #20E145;
}
.TagClassName
{
border-color: #20E145;
}
</style>