Shades of Malachite #16DD5D
Tints of Malachite #16DD5D
RGB
CMYK
RGB Variations
Color information
#16DD5D (or 0x16DD5D) is known color: Malachite. HEX triplet: 16, DD and 5D. RGB value is (22,221,93). Sum of RGB (Red+Green+Blue) = 22+221+93=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DD5D is #E922A2. Grayscale: #939393. Windows color (decimal): -15278755 or 6151446. OLE color: 6151446.
HSL color Cylindrical-coordinate representation of color #16DD5D: hue angle of 141.41º 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 #16DD5D is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 93 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.13 |
| HSL | 141.41º | 0.82% | 0.48% | - |
| HSV(B) | 141.41º | 0.9% | 0.87% | - |
| XYZ | 28.16 | 52.67 | 19.04 | - |
| YUV | 146.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 93 | 0.90 | 0 | 0.58 | 0.13 | 141.41 | 0.82 | 0.48 |
| Hex | 16 | DD | 5D | 5A | 0 | 3A | D | 8D | 52 | 30 |
| Octal | 26 | 335 | 135 | 132 | 0 | 72 | 15 | 215 | 122 | 60 |
| Binary | 10110 | 11011101 | 1011101 | 1011010 | 0 | 111010 | 1101 | 10001101 | 1010010 | 110000 |
Color Harmonies of #16DD5D
Complementary color
Monochromatic Colors of #16DD5D
Black with #16DD5D
Text Example
Text Example
White with #16DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DD5D; }
p { color: rgb(22,221,93); }
H1.HeaderClassName
{
color: #16DD5D;
}
.AnyTagClassName
{
color: #16DD5D;
}
</style>
background-color css
<style>
a { background-color: #16DD5D; }
a { background-color: rgb(22,221,93); }
div.DivClassName
{
background-color: #16DD5D;
}
.BgClassName
{
background-color: #16DD5D;
}
</style>
border-color css
<style>
span { border-color: #16DD5D; }
span { border-color: rgb(22,221,93); }
td.TdClassName
{
border-color: #16DD5D;
}
.TagClassName
{
border-color: #16DD5D;
}
</style>