Shades of Malachite #20D16F
Tints of Malachite #20D16F
RGB
CMYK
RGB Variations
Color information
#20D16F (or 0x20D16F) is known color: Malachite. HEX triplet: 20, D1 and 6F. RGB value is (32,209,111). Sum of RGB (Red+Green+Blue) = 32+209+111=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #20D16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D16F is #DF2E90. Grayscale: #919191. Windows color (decimal): -14626449 or 7328032. OLE color: 7328032.
HSL color Cylindrical-coordinate representation of color #20D16F: hue angle of 146.78º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D16F is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 111 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.18 |
| HSL | 146.78º | 0.73% | 0.47% | - |
| HSV(B) | 146.78º | 0.85% | 0.82% | - |
| XYZ | 26.27 | 47.06 | 22.74 | - |
| YUV | 144.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 111 | 0.85 | 0 | 0.47 | 0.18 | 146.78 | 0.73 | 0.47 |
| Hex | 20 | D1 | 6F | 55 | 0 | 2F | 12 | 93 | 49 | 2F |
| Octal | 40 | 321 | 157 | 125 | 0 | 57 | 22 | 223 | 111 | 57 |
| Binary | 100000 | 11010001 | 1101111 | 1010101 | 0 | 101111 | 10010 | 10010011 | 1001001 | 101111 |
Color Harmonies of #20D16F
Complementary color
Monochromatic Colors of #20D16F
Black with #20D16F
Text Example
Text Example
White with #20D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D16F; }
p { color: rgb(32,209,111); }
H1.HeaderClassName
{
color: #20D16F;
}
.AnyTagClassName
{
color: #20D16F;
}
</style>
background-color css
<style>
a { background-color: #20D16F; }
a { background-color: rgb(32,209,111); }
div.DivClassName
{
background-color: #20D16F;
}
.BgClassName
{
background-color: #20D16F;
}
</style>
border-color css
<style>
span { border-color: #20D16F; }
span { border-color: rgb(32,209,111); }
td.TdClassName
{
border-color: #20D16F;
}
.TagClassName
{
border-color: #20D16F;
}
</style>