Shades of Malachite #10D86F
Tints of Malachite #10D86F
RGB
CMYK
RGB Variations
Color information
#10D86F (or 0x10D86F) is known color: Malachite. HEX triplet: 10, D8 and 6F. RGB value is (16,216,111). Sum of RGB (Red+Green+Blue) = 16+216+111=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #10D86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D86F is #EF2790. Grayscale: #909090. Windows color (decimal): -15673233 or 7329808. OLE color: 7329808.
HSL color Cylindrical-coordinate representation of color #10D86F: hue angle of 148.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 #10D86F is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 111 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.15 |
| HSL | 148.5º | 0.86% | 0.45% | - |
| HSV(B) | 148.5º | 0.93% | 0.85% | - |
| XYZ | 27.64 | 50.37 | 23.3 | - |
| YUV | 144.23 | 109.24 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 111 | 0.93 | 0 | 0.49 | 0.15 | 148.5 | 0.86 | 0.45 |
| Hex | 10 | D8 | 6F | 5D | 0 | 31 | F | 94 | 56 | 2D |
| Octal | 20 | 330 | 157 | 135 | 0 | 61 | 17 | 224 | 126 | 55 |
| Binary | 10000 | 11011000 | 1101111 | 1011101 | 0 | 110001 | 1111 | 10010100 | 1010110 | 101101 |
Color Harmonies of #10D86F
Complementary color
Monochromatic Colors of #10D86F
Black with #10D86F
Text Example
Text Example
White with #10D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D86F; }
p { color: rgb(16,216,111); }
H1.HeaderClassName
{
color: #10D86F;
}
.AnyTagClassName
{
color: #10D86F;
}
</style>
background-color css
<style>
a { background-color: #10D86F; }
a { background-color: rgb(16,216,111); }
div.DivClassName
{
background-color: #10D86F;
}
.BgClassName
{
background-color: #10D86F;
}
</style>
border-color css
<style>
span { border-color: #10D86F; }
span { border-color: rgb(16,216,111); }
td.TdClassName
{
border-color: #10D86F;
}
.TagClassName
{
border-color: #10D86F;
}
</style>