Shades of Malachite #20E96A
Tints of Malachite #20E96A
RGB
CMYK
RGB Variations
Color information
#20E96A (or 0x20E96A) is known color: Malachite. HEX triplet: 20, E9 and 6A. RGB value is (32,233,106). Sum of RGB (Red+Green+Blue) = 32+233+106=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 233 (91.41% from 255 or 62.80% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 233 - color contains mainly: green. Hex color #20E96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E96A is #DF1695. Grayscale: #9E9E9E. Windows color (decimal): -14620310 or 7006496. OLE color: 7006496.
HSL color Cylindrical-coordinate representation of color #20E96A: hue angle of 142.09º 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 #20E96A is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 106 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.09 |
| HSL | 142.09º | 0.82% | 0.52% | - |
| HSV(B) | 142.09º | 0.86% | 0.91% | - |
| XYZ | 32.34 | 59.63 | 23.44 | - |
| YUV | 158.42 | 98.41 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 106 | 0.86 | 0 | 0.55 | 0.09 | 142.09 | 0.82 | 0.52 |
| Hex | 20 | E9 | 6A | 56 | 0 | 37 | 9 | 8E | 52 | 34 |
| Octal | 40 | 351 | 152 | 126 | 0 | 67 | 11 | 216 | 122 | 64 |
| Binary | 100000 | 11101001 | 1101010 | 1010110 | 0 | 110111 | 1001 | 10001110 | 1010010 | 110100 |
Color Harmonies of #20E96A
Complementary color
Monochromatic Colors of #20E96A
Black with #20E96A
Text Example
Text Example
White with #20E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E96A; }
p { color: rgb(32,233,106); }
H1.HeaderClassName
{
color: #20E96A;
}
.AnyTagClassName
{
color: #20E96A;
}
</style>
background-color css
<style>
a { background-color: #20E96A; }
a { background-color: rgb(32,233,106); }
div.DivClassName
{
background-color: #20E96A;
}
.BgClassName
{
background-color: #20E96A;
}
</style>
border-color css
<style>
span { border-color: #20E96A; }
span { border-color: rgb(32,233,106); }
td.TdClassName
{
border-color: #20E96A;
}
.TagClassName
{
border-color: #20E96A;
}
</style>