Shades of Malachite #16E040
Tints of Malachite #16E040
RGB
CMYK
RGB Variations
Color information
#16E040 (or 0x16E040) is known color: Malachite. HEX triplet: 16, E0 and 40. RGB value is (22,224,64). Sum of RGB (Red+Green+Blue) = 22+224+64=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #16E040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E040 is #E91FBF. Grayscale: #919191. Windows color (decimal): -15278016 or 4251670. OLE color: 4251670.
HSL color Cylindrical-coordinate representation of color #16E040: hue angle of 132.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E040 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 64 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.12 |
| HSL | 132.48º | 0.82% | 0.48% | - |
| HSV(B) | 132.48º | 0.9% | 0.88% | - |
| XYZ | 27.91 | 53.85 | 13.77 | - |
| YUV | 145.36 | 82.08 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 64 | 0.90 | 0 | 0.71 | 0.12 | 132.48 | 0.82 | 0.48 |
| Hex | 16 | E0 | 40 | 5A | 0 | 47 | C | 84 | 52 | 30 |
| Octal | 26 | 340 | 100 | 132 | 0 | 107 | 14 | 204 | 122 | 60 |
| Binary | 10110 | 11100000 | 1000000 | 1011010 | 0 | 1000111 | 1100 | 10000100 | 1010010 | 110000 |
Color Harmonies of #16E040
Complementary color
Monochromatic Colors of #16E040
Black with #16E040
Text Example
Text Example
White with #16E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E040; }
p { color: rgb(22,224,64); }
H1.HeaderClassName
{
color: #16E040;
}
.AnyTagClassName
{
color: #16E040;
}
</style>
background-color css
<style>
a { background-color: #16E040; }
a { background-color: rgb(22,224,64); }
div.DivClassName
{
background-color: #16E040;
}
.BgClassName
{
background-color: #16E040;
}
</style>
border-color css
<style>
span { border-color: #16E040; }
span { border-color: rgb(22,224,64); }
td.TdClassName
{
border-color: #16E040;
}
.TagClassName
{
border-color: #16E040;
}
</style>