Shades of Malachite #16D155
Tints of Malachite #16D155
RGB
CMYK
RGB Variations
Color information
#16D155 (or 0x16D155) is known color: Malachite. HEX triplet: 16, D1 and 55. RGB value is (22,209,85). Sum of RGB (Red+Green+Blue) = 22+209+85=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #16D155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D155 is #E92EAA. Grayscale: #8B8B8B. Windows color (decimal): -15281835 or 5624086. OLE color: 5624086.
HSL color Cylindrical-coordinate representation of color #16D155: hue angle of 140.21º 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 #16D155 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 85 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.18 |
| HSL | 140.21º | 0.81% | 0.45% | - |
| HSV(B) | 140.21º | 0.89% | 0.82% | - |
| XYZ | 24.77 | 46.43 | 16.25 | - |
| YUV | 138.95 | 97.55 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 85 | 0.89 | 0 | 0.59 | 0.18 | 140.21 | 0.81 | 0.45 |
| Hex | 16 | D1 | 55 | 59 | 0 | 3B | 12 | 8C | 51 | 2D |
| Octal | 26 | 321 | 125 | 131 | 0 | 73 | 22 | 214 | 121 | 55 |
| Binary | 10110 | 11010001 | 1010101 | 1011001 | 0 | 111011 | 10010 | 10001100 | 1010001 | 101101 |
Color Harmonies of #16D155
Complementary color
Monochromatic Colors of #16D155
Black with #16D155
Text Example
Text Example
White with #16D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D155; }
p { color: rgb(22,209,85); }
H1.HeaderClassName
{
color: #16D155;
}
.AnyTagClassName
{
color: #16D155;
}
</style>
background-color css
<style>
a { background-color: #16D155; }
a { background-color: rgb(22,209,85); }
div.DivClassName
{
background-color: #16D155;
}
.BgClassName
{
background-color: #16D155;
}
</style>
border-color css
<style>
span { border-color: #16D155; }
span { border-color: rgb(22,209,85); }
td.TdClassName
{
border-color: #16D155;
}
.TagClassName
{
border-color: #16D155;
}
</style>