Shades of Malachite #10D866
Tints of Malachite #10D866
RGB
CMYK
RGB Variations
Color information
#10D866 (or 0x10D866) is known color: Malachite. HEX triplet: 10, D8 and 66. RGB value is (16,216,102). Sum of RGB (Red+Green+Blue) = 16+216+102=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #10D866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D866 is #EF2799. Grayscale: #8F8F8F. Windows color (decimal): -15673242 or 6739984. OLE color: 6739984.
HSL color Cylindrical-coordinate representation of color #10D866: hue angle of 145.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D866 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 102 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.15 |
| HSL | 145.8º | 0.86% | 0.45% | - |
| HSV(B) | 145.8º | 0.93% | 0.85% | - |
| XYZ | 27.17 | 50.18 | 20.82 | - |
| YUV | 143.2 | 104.74 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 102 | 0.93 | 0 | 0.53 | 0.15 | 145.8 | 0.86 | 0.45 |
| Hex | 10 | D8 | 66 | 5D | 0 | 35 | F | 92 | 56 | 2D |
| Octal | 20 | 330 | 146 | 135 | 0 | 65 | 17 | 222 | 126 | 55 |
| Binary | 10000 | 11011000 | 1100110 | 1011101 | 0 | 110101 | 1111 | 10010010 | 1010110 | 101101 |
Color Harmonies of #10D866
Complementary color
Monochromatic Colors of #10D866
Black with #10D866
Text Example
Text Example
White with #10D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D866; }
p { color: rgb(16,216,102); }
H1.HeaderClassName
{
color: #10D866;
}
.AnyTagClassName
{
color: #10D866;
}
</style>
background-color css
<style>
a { background-color: #10D866; }
a { background-color: rgb(16,216,102); }
div.DivClassName
{
background-color: #10D866;
}
.BgClassName
{
background-color: #10D866;
}
</style>
border-color css
<style>
span { border-color: #10D866; }
span { border-color: rgb(16,216,102); }
td.TdClassName
{
border-color: #10D866;
}
.TagClassName
{
border-color: #10D866;
}
</style>