Shades of Malachite #20E966
Tints of Malachite #20E966
RGB
CMYK
RGB Variations
Color information
#20E966 (or 0x20E966) is known color: Malachite. HEX triplet: 20, E9 and 66. RGB value is (32,233,102). Sum of RGB (Red+Green+Blue) = 32+233+102=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #20E966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E966 is #DF1699. Grayscale: #9E9E9E. Windows color (decimal): -14620314 or 6744352. OLE color: 6744352.
HSL color Cylindrical-coordinate representation of color #20E966: hue angle of 140.9º 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 #20E966 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 102 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.09 |
| HSL | 140.9º | 0.82% | 0.52% | - |
| HSV(B) | 140.9º | 0.86% | 0.91% | - |
| XYZ | 32.13 | 59.54 | 22.37 | - |
| YUV | 157.97 | 96.41 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 102 | 0.86 | 0 | 0.56 | 0.09 | 140.9 | 0.82 | 0.52 |
| Hex | 20 | E9 | 66 | 56 | 0 | 38 | 9 | 8D | 52 | 34 |
| Octal | 40 | 351 | 146 | 126 | 0 | 70 | 11 | 215 | 122 | 64 |
| Binary | 100000 | 11101001 | 1100110 | 1010110 | 0 | 111000 | 1001 | 10001101 | 1010010 | 110100 |
Color Harmonies of #20E966
Complementary color
Monochromatic Colors of #20E966
Black with #20E966
Text Example
Text Example
White with #20E966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E966; }
p { color: rgb(32,233,102); }
H1.HeaderClassName
{
color: #20E966;
}
.AnyTagClassName
{
color: #20E966;
}
</style>
background-color css
<style>
a { background-color: #20E966; }
a { background-color: rgb(32,233,102); }
div.DivClassName
{
background-color: #20E966;
}
.BgClassName
{
background-color: #20E966;
}
</style>
border-color css
<style>
span { border-color: #20E966; }
span { border-color: rgb(32,233,102); }
td.TdClassName
{
border-color: #20E966;
}
.TagClassName
{
border-color: #20E966;
}
</style>