Shades of Malachite #16D266
Tints of Malachite #16D266
RGB
CMYK
RGB Variations
Color information
#16D266 (or 0x16D266) is known color: Malachite. HEX triplet: 16, D2 and 66. RGB value is (22,210,102). Sum of RGB (Red+Green+Blue) = 22+210+102=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #16D266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D266 is #E92D99. Grayscale: #8D8D8D. Windows color (decimal): -15281562 or 6738454. OLE color: 6738454.
HSL color Cylindrical-coordinate representation of color #16D266: hue angle of 145.53º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D266 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 102 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.18 |
| HSL | 145.53º | 0.81% | 0.45% | - |
| HSV(B) | 145.53º | 0.9% | 0.82% | - |
| XYZ | 25.78 | 47.22 | 20.33 | - |
| YUV | 141.48 | 105.72 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 102 | 0.90 | 0 | 0.51 | 0.18 | 145.53 | 0.81 | 0.45 |
| Hex | 16 | D2 | 66 | 5A | 0 | 33 | 12 | 92 | 51 | 2D |
| Octal | 26 | 322 | 146 | 132 | 0 | 63 | 22 | 222 | 121 | 55 |
| Binary | 10110 | 11010010 | 1100110 | 1011010 | 0 | 110011 | 10010 | 10010010 | 1010001 | 101101 |
Color Harmonies of #16D266
Complementary color
Monochromatic Colors of #16D266
Black with #16D266
Text Example
Text Example
White with #16D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D266; }
p { color: rgb(22,210,102); }
H1.HeaderClassName
{
color: #16D266;
}
.AnyTagClassName
{
color: #16D266;
}
</style>
background-color css
<style>
a { background-color: #16D266; }
a { background-color: rgb(22,210,102); }
div.DivClassName
{
background-color: #16D266;
}
.BgClassName
{
background-color: #16D266;
}
</style>
border-color css
<style>
span { border-color: #16D266; }
span { border-color: rgb(22,210,102); }
td.TdClassName
{
border-color: #16D266;
}
.TagClassName
{
border-color: #16D266;
}
</style>