Shades of Malachite #16D160
Tints of Malachite #16D160
RGB
CMYK
RGB Variations
Color information
#16D160 (or 0x16D160) is known color: Malachite. HEX triplet: 16, D1 and 60. RGB value is (22,209,96). Sum of RGB (Red+Green+Blue) = 22+209+96=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #16D160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D160 is #E92E9F. Grayscale: #8C8C8C. Windows color (decimal): -15281824 or 6344982. OLE color: 6344982.
HSL color Cylindrical-coordinate representation of color #16D160: hue angle of 143.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D160 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 96 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.18 |
| HSL | 143.74º | 0.81% | 0.45% | - |
| HSV(B) | 143.74º | 0.89% | 0.82% | - |
| XYZ | 25.24 | 46.62 | 18.73 | - |
| YUV | 140.21 | 103.05 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 96 | 0.89 | 0 | 0.54 | 0.18 | 143.74 | 0.81 | 0.45 |
| Hex | 16 | D1 | 60 | 59 | 0 | 36 | 12 | 90 | 51 | 2D |
| Octal | 26 | 321 | 140 | 131 | 0 | 66 | 22 | 220 | 121 | 55 |
| Binary | 10110 | 11010001 | 1100000 | 1011001 | 0 | 110110 | 10010 | 10010000 | 1010001 | 101101 |
Color Harmonies of #16D160
Complementary color
Monochromatic Colors of #16D160
Black with #16D160
Text Example
Text Example
White with #16D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D160; }
p { color: rgb(22,209,96); }
H1.HeaderClassName
{
color: #16D160;
}
.AnyTagClassName
{
color: #16D160;
}
</style>
background-color css
<style>
a { background-color: #16D160; }
a { background-color: rgb(22,209,96); }
div.DivClassName
{
background-color: #16D160;
}
.BgClassName
{
background-color: #16D160;
}
</style>
border-color css
<style>
span { border-color: #16D160; }
span { border-color: rgb(22,209,96); }
td.TdClassName
{
border-color: #16D160;
}
.TagClassName
{
border-color: #16D160;
}
</style>