Shades of Malachite #10D865
Tints of Malachite #10D865
RGB
CMYK
RGB Variations
Color information
#10D865 (or 0x10D865) is known color: Malachite. HEX triplet: 10, D8 and 65. RGB value is (16,216,101). Sum of RGB (Red+Green+Blue) = 16+216+101=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #10D865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D865 is #EF279A. Grayscale: #8F8F8F. Windows color (decimal): -15673243 or 6674448. OLE color: 6674448.
HSL color Cylindrical-coordinate representation of color #10D865: hue angle of 145.5º 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 #10D865 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 101 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.15 |
| HSL | 145.5º | 0.86% | 0.45% | - |
| HSV(B) | 145.5º | 0.93% | 0.85% | - |
| XYZ | 27.12 | 50.16 | 20.56 | - |
| YUV | 143.09 | 104.24 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 101 | 0.93 | 0 | 0.53 | 0.15 | 145.5 | 0.86 | 0.45 |
| Hex | 10 | D8 | 65 | 5D | 0 | 35 | F | 92 | 56 | 2D |
| Octal | 20 | 330 | 145 | 135 | 0 | 65 | 17 | 222 | 126 | 55 |
| Binary | 10000 | 11011000 | 1100101 | 1011101 | 0 | 110101 | 1111 | 10010010 | 1010110 | 101101 |
Color Harmonies of #10D865
Complementary color
Monochromatic Colors of #10D865
Black with #10D865
Text Example
Text Example
White with #10D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D865; }
p { color: rgb(16,216,101); }
H1.HeaderClassName
{
color: #10D865;
}
.AnyTagClassName
{
color: #10D865;
}
</style>
background-color css
<style>
a { background-color: #10D865; }
a { background-color: rgb(16,216,101); }
div.DivClassName
{
background-color: #10D865;
}
.BgClassName
{
background-color: #10D865;
}
</style>
border-color css
<style>
span { border-color: #10D865; }
span { border-color: rgb(16,216,101); }
td.TdClassName
{
border-color: #10D865;
}
.TagClassName
{
border-color: #10D865;
}
</style>