Shades of Malachite #20E172
Tints of Malachite #20E172
RGB
CMYK
RGB Variations
Color information
#20E172 (or 0x20E172) is known color: Malachite. HEX triplet: 20, E1 and 72. RGB value is (32,225,114). Sum of RGB (Red+Green+Blue) = 32+225+114=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #20E172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E172 is #DF1E8D. Grayscale: #9A9A9A. Windows color (decimal): -14622350 or 7528736. OLE color: 7528736.
HSL color Cylindrical-coordinate representation of color #20E172: hue angle of 145.49º 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 #20E172 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 114 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.12 |
| HSL | 145.49º | 0.76% | 0.5% | - |
| HSV(B) | 145.49º | 0.86% | 0.88% | - |
| XYZ | 30.56 | 55.37 | 25 | - |
| YUV | 154.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 114 | 0.86 | 0 | 0.49 | 0.12 | 145.49 | 0.76 | 0.5 |
| Hex | 20 | E1 | 72 | 56 | 0 | 31 | C | 91 | 4C | 32 |
| Octal | 40 | 341 | 162 | 126 | 0 | 61 | 14 | 221 | 114 | 62 |
| Binary | 100000 | 11100001 | 1110010 | 1010110 | 0 | 110001 | 1100 | 10010001 | 1001100 | 110010 |
Color Harmonies of #20E172
Complementary color
Monochromatic Colors of #20E172
Black with #20E172
Text Example
Text Example
White with #20E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E172; }
p { color: rgb(32,225,114); }
H1.HeaderClassName
{
color: #20E172;
}
.AnyTagClassName
{
color: #20E172;
}
</style>
background-color css
<style>
a { background-color: #20E172; }
a { background-color: rgb(32,225,114); }
div.DivClassName
{
background-color: #20E172;
}
.BgClassName
{
background-color: #20E172;
}
</style>
border-color css
<style>
span { border-color: #20E172; }
span { border-color: rgb(32,225,114); }
td.TdClassName
{
border-color: #20E172;
}
.TagClassName
{
border-color: #20E172;
}
</style>