Shades of Malachite #10D860
Tints of Malachite #10D860
RGB
CMYK
RGB Variations
Color information
#10D860 (or 0x10D860) is known color: Malachite. HEX triplet: 10, D8 and 60. RGB value is (16,216,96). Sum of RGB (Red+Green+Blue) = 16+216+96=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #10D860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D860 is #EF279F. Grayscale: #8E8E8E. Windows color (decimal): -15673248 or 6346768. OLE color: 6346768.
HSL color Cylindrical-coordinate representation of color #10D860: hue angle of 144º 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 #10D860 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 96 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.15 |
| HSL | 144º | 0.86% | 0.45% | - |
| HSV(B) | 144º | 0.93% | 0.85% | - |
| XYZ | 26.88 | 50.07 | 19.31 | - |
| YUV | 142.52 | 101.74 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 96 | 0.93 | 0 | 0.56 | 0.15 | 144 | 0.86 | 0.45 |
| Hex | 10 | D8 | 60 | 5D | 0 | 38 | F | 90 | 56 | 2D |
| Octal | 20 | 330 | 140 | 135 | 0 | 70 | 17 | 220 | 126 | 55 |
| Binary | 10000 | 11011000 | 1100000 | 1011101 | 0 | 111000 | 1111 | 10010000 | 1010110 | 101101 |
Color Harmonies of #10D860
Complementary color
Monochromatic Colors of #10D860
Black with #10D860
Text Example
Text Example
White with #10D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D860; }
p { color: rgb(16,216,96); }
H1.HeaderClassName
{
color: #10D860;
}
.AnyTagClassName
{
color: #10D860;
}
</style>
background-color css
<style>
a { background-color: #10D860; }
a { background-color: rgb(16,216,96); }
div.DivClassName
{
background-color: #10D860;
}
.BgClassName
{
background-color: #10D860;
}
</style>
border-color css
<style>
span { border-color: #10D860; }
span { border-color: rgb(16,216,96); }
td.TdClassName
{
border-color: #10D860;
}
.TagClassName
{
border-color: #10D860;
}
</style>