Shades of Malachite #16D86F
Tints of Malachite #16D86F
RGB
CMYK
RGB Variations
Color information
#16D86F (or 0x16D86F) is known color: Malachite. HEX triplet: 16, D8 and 6F. RGB value is (22,216,111). Sum of RGB (Red+Green+Blue) = 22+216+111=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #16D86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D86F is #E92790. Grayscale: #929292. Windows color (decimal): -15280017 or 7329814. OLE color: 7329814.
HSL color Cylindrical-coordinate representation of color #16D86F: hue angle of 147.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D86F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 111 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.15 |
| HSL | 147.53º | 0.82% | 0.47% | - |
| HSV(B) | 147.53º | 0.9% | 0.85% | - |
| XYZ | 27.76 | 50.43 | 23.31 | - |
| YUV | 146.02 | 108.23 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 111 | 0.90 | 0 | 0.49 | 0.15 | 147.53 | 0.82 | 0.47 |
| Hex | 16 | D8 | 6F | 5A | 0 | 31 | F | 94 | 52 | 2F |
| Octal | 26 | 330 | 157 | 132 | 0 | 61 | 17 | 224 | 122 | 57 |
| Binary | 10110 | 11011000 | 1101111 | 1011010 | 0 | 110001 | 1111 | 10010100 | 1010010 | 101111 |
Color Harmonies of #16D86F
Complementary color
Monochromatic Colors of #16D86F
Black with #16D86F
Text Example
Text Example
White with #16D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D86F; }
p { color: rgb(22,216,111); }
H1.HeaderClassName
{
color: #16D86F;
}
.AnyTagClassName
{
color: #16D86F;
}
</style>
background-color css
<style>
a { background-color: #16D86F; }
a { background-color: rgb(22,216,111); }
div.DivClassName
{
background-color: #16D86F;
}
.BgClassName
{
background-color: #16D86F;
}
</style>
border-color css
<style>
span { border-color: #16D86F; }
span { border-color: rgb(22,216,111); }
td.TdClassName
{
border-color: #16D86F;
}
.TagClassName
{
border-color: #16D86F;
}
</style>