Shades of Malachite #20E96D
Tints of Malachite #20E96D
RGB
CMYK
RGB Variations
Color information
#20E96D (or 0x20E96D) is known color: Malachite. HEX triplet: 20, E9 and 6D. RGB value is (32,233,109). Sum of RGB (Red+Green+Blue) = 32+233+109=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #20E96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E96D is #DF1692. Grayscale: #9F9F9F. Windows color (decimal): -14620307 or 7203104. OLE color: 7203104.
HSL color Cylindrical-coordinate representation of color #20E96D: hue angle of 142.99º 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 #20E96D is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 109 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.09 |
| HSL | 142.99º | 0.82% | 0.52% | - |
| HSV(B) | 142.99º | 0.86% | 0.91% | - |
| XYZ | 32.49 | 59.69 | 24.28 | - |
| YUV | 158.77 | 99.91 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 109 | 0.86 | 0 | 0.53 | 0.09 | 142.99 | 0.82 | 0.52 |
| Hex | 20 | E9 | 6D | 56 | 0 | 35 | 9 | 8F | 52 | 34 |
| Octal | 40 | 351 | 155 | 126 | 0 | 65 | 11 | 217 | 122 | 64 |
| Binary | 100000 | 11101001 | 1101101 | 1010110 | 0 | 110101 | 1001 | 10001111 | 1010010 | 110100 |
Color Harmonies of #20E96D
Complementary color
Monochromatic Colors of #20E96D
Black with #20E96D
Text Example
Text Example
White with #20E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E96D; }
p { color: rgb(32,233,109); }
H1.HeaderClassName
{
color: #20E96D;
}
.AnyTagClassName
{
color: #20E96D;
}
</style>
background-color css
<style>
a { background-color: #20E96D; }
a { background-color: rgb(32,233,109); }
div.DivClassName
{
background-color: #20E96D;
}
.BgClassName
{
background-color: #20E96D;
}
</style>
border-color css
<style>
span { border-color: #20E96D; }
span { border-color: rgb(32,233,109); }
td.TdClassName
{
border-color: #20E96D;
}
.TagClassName
{
border-color: #20E96D;
}
</style>