Shades of Malachite #20E970
Tints of Malachite #20E970
RGB
CMYK
RGB Variations
Color information
#20E970 (or 0x20E970) is known color: Malachite. HEX triplet: 20, E9 and 70. RGB value is (32,233,112). Sum of RGB (Red+Green+Blue) = 32+233+112=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #20E970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E970 is #DF168F. Grayscale: #9F9F9F. Windows color (decimal): -14620304 or 7399712. OLE color: 7399712.
HSL color Cylindrical-coordinate representation of color #20E970: hue angle of 143.88º 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 #20E970 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 112 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.09 |
| HSL | 143.88º | 0.82% | 0.52% | - |
| HSV(B) | 143.88º | 0.86% | 0.91% | - |
| XYZ | 32.66 | 59.75 | 25.14 | - |
| YUV | 159.11 | 101.41 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 112 | 0.86 | 0 | 0.52 | 0.09 | 143.88 | 0.82 | 0.52 |
| Hex | 20 | E9 | 70 | 56 | 0 | 34 | 9 | 90 | 52 | 34 |
| Octal | 40 | 351 | 160 | 126 | 0 | 64 | 11 | 220 | 122 | 64 |
| Binary | 100000 | 11101001 | 1110000 | 1010110 | 0 | 110100 | 1001 | 10010000 | 1010010 | 110100 |
Color Harmonies of #20E970
Complementary color
Monochromatic Colors of #20E970
Black with #20E970
Text Example
Text Example
White with #20E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E970; }
p { color: rgb(32,233,112); }
H1.HeaderClassName
{
color: #20E970;
}
.AnyTagClassName
{
color: #20E970;
}
</style>
background-color css
<style>
a { background-color: #20E970; }
a { background-color: rgb(32,233,112); }
div.DivClassName
{
background-color: #20E970;
}
.BgClassName
{
background-color: #20E970;
}
</style>
border-color css
<style>
span { border-color: #20E970; }
span { border-color: rgb(32,233,112); }
td.TdClassName
{
border-color: #20E970;
}
.TagClassName
{
border-color: #20E970;
}
</style>