Shades of Malachite #16DD5E
Tints of Malachite #16DD5E
RGB
CMYK
RGB Variations
Color information
#16DD5E (or 0x16DD5E) is known color: Malachite. HEX triplet: 16, DD and 5E. RGB value is (22,221,94). Sum of RGB (Red+Green+Blue) = 22+221+94=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DD5E is #E922A1. Grayscale: #939393. Windows color (decimal): -15278754 or 6216982. OLE color: 6216982.
HSL color Cylindrical-coordinate representation of color #16DD5E: hue angle of 141.71º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DD5E is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 94 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.13 |
| HSL | 141.71º | 0.82% | 0.48% | - |
| HSV(B) | 141.71º | 0.9% | 0.87% | - |
| XYZ | 28.21 | 52.69 | 19.27 | - |
| YUV | 147.02 | 98.07 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 94 | 0.90 | 0 | 0.57 | 0.13 | 141.71 | 0.82 | 0.48 |
| Hex | 16 | DD | 5E | 5A | 0 | 39 | D | 8E | 52 | 30 |
| Octal | 26 | 335 | 136 | 132 | 0 | 71 | 15 | 216 | 122 | 60 |
| Binary | 10110 | 11011101 | 1011110 | 1011010 | 0 | 111001 | 1101 | 10001110 | 1010010 | 110000 |
Color Harmonies of #16DD5E
Complementary color
Monochromatic Colors of #16DD5E
Black with #16DD5E
Text Example
Text Example
White with #16DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DD5E; }
p { color: rgb(22,221,94); }
H1.HeaderClassName
{
color: #16DD5E;
}
.AnyTagClassName
{
color: #16DD5E;
}
</style>
background-color css
<style>
a { background-color: #16DD5E; }
a { background-color: rgb(22,221,94); }
div.DivClassName
{
background-color: #16DD5E;
}
.BgClassName
{
background-color: #16DD5E;
}
</style>
border-color css
<style>
span { border-color: #16DD5E; }
span { border-color: rgb(22,221,94); }
td.TdClassName
{
border-color: #16DD5E;
}
.TagClassName
{
border-color: #16DD5E;
}
</style>