Shades of Malachite #16D668
Tints of Malachite #16D668
RGB
CMYK
RGB Variations
Color information
#16D668 (or 0x16D668) is known color: Malachite. HEX triplet: 16, D6 and 68. RGB value is (22,214,104). Sum of RGB (Red+Green+Blue) = 22+214+104=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #16D668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D668 is #E92997. Grayscale: #909090. Windows color (decimal): -15280536 or 6870550. OLE color: 6870550.
HSL color Cylindrical-coordinate representation of color #16D668: hue angle of 145.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D668 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 104 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.16 |
| HSL | 145.63º | 0.81% | 0.46% | - |
| HSV(B) | 145.63º | 0.9% | 0.84% | - |
| XYZ | 26.88 | 49.26 | 21.19 | - |
| YUV | 144.05 | 105.39 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 104 | 0.90 | 0 | 0.51 | 0.16 | 145.63 | 0.81 | 0.46 |
| Hex | 16 | D6 | 68 | 5A | 0 | 33 | 10 | 92 | 51 | 2E |
| Octal | 26 | 326 | 150 | 132 | 0 | 63 | 20 | 222 | 121 | 56 |
| Binary | 10110 | 11010110 | 1101000 | 1011010 | 0 | 110011 | 10000 | 10010010 | 1010001 | 101110 |
Color Harmonies of #16D668
Complementary color
Monochromatic Colors of #16D668
Black with #16D668
Text Example
Text Example
White with #16D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D668; }
p { color: rgb(22,214,104); }
H1.HeaderClassName
{
color: #16D668;
}
.AnyTagClassName
{
color: #16D668;
}
</style>
background-color css
<style>
a { background-color: #16D668; }
a { background-color: rgb(22,214,104); }
div.DivClassName
{
background-color: #16D668;
}
.BgClassName
{
background-color: #16D668;
}
</style>
border-color css
<style>
span { border-color: #16D668; }
span { border-color: rgb(22,214,104); }
td.TdClassName
{
border-color: #16D668;
}
.TagClassName
{
border-color: #16D668;
}
</style>