Shades of Malachite #20E940
Tints of Malachite #20E940
RGB
CMYK
RGB Variations
Color information
#20E940 (or 0x20E940) is known color: Malachite. HEX triplet: 20, E9 and 40. RGB value is (32,233,64). Sum of RGB (Red+Green+Blue) = 32+233+64=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 233 (91.41% from 255 or 70.82% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 233 - color contains mainly: green. Hex color #20E940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E940 is #DF16BF. Grayscale: #9A9A9A. Windows color (decimal): -14620352 or 4253984. OLE color: 4253984.
HSL color Cylindrical-coordinate representation of color #20E940: hue angle of 129.55º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E940 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 64 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.09 |
| HSL | 129.55º | 0.82% | 0.52% | - |
| HSV(B) | 129.55º | 0.86% | 0.91% | - |
| XYZ | 30.66 | 58.96 | 14.61 | - |
| YUV | 153.64 | 77.41 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 64 | 0.86 | 0 | 0.73 | 0.09 | 129.55 | 0.82 | 0.52 |
| Hex | 20 | E9 | 40 | 56 | 0 | 49 | 9 | 82 | 52 | 34 |
| Octal | 40 | 351 | 100 | 126 | 0 | 111 | 11 | 202 | 122 | 64 |
| Binary | 100000 | 11101001 | 1000000 | 1010110 | 0 | 1001001 | 1001 | 10000010 | 1010010 | 110100 |
Color Harmonies of #20E940
Complementary color
Monochromatic Colors of #20E940
Black with #20E940
Text Example
Text Example
White with #20E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E940; }
p { color: rgb(32,233,64); }
H1.HeaderClassName
{
color: #20E940;
}
.AnyTagClassName
{
color: #20E940;
}
</style>
background-color css
<style>
a { background-color: #20E940; }
a { background-color: rgb(32,233,64); }
div.DivClassName
{
background-color: #20E940;
}
.BgClassName
{
background-color: #20E940;
}
</style>
border-color css
<style>
span { border-color: #20E940; }
span { border-color: rgb(32,233,64); }
td.TdClassName
{
border-color: #20E940;
}
.TagClassName
{
border-color: #20E940;
}
</style>