Shades of Malachite #10D46F
Tints of Malachite #10D46F
RGB
CMYK
RGB Variations
Color information
#10D46F (or 0x10D46F) is known color: Malachite. HEX triplet: 10, D4 and 6F. RGB value is (16,212,111). Sum of RGB (Red+Green+Blue) = 16+212+111=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 212 (83.20% from 255 or 62.54% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 212 - color contains mainly: green. Hex color #10D46F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D46F is #EF2B90. Grayscale: #8E8E8E. Windows color (decimal): -15674257 or 7328784. OLE color: 7328784.
HSL color Cylindrical-coordinate representation of color #10D46F: hue angle of 149.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D46F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 111 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.17 |
| HSL | 149.08º | 0.86% | 0.45% | - |
| HSV(B) | 149.08º | 0.92% | 0.83% | - |
| XYZ | 26.63 | 48.34 | 22.97 | - |
| YUV | 141.88 | 110.57 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 111 | 0.92 | 0 | 0.48 | 0.17 | 149.08 | 0.86 | 0.45 |
| Hex | 10 | D4 | 6F | 5C | 0 | 30 | 11 | 95 | 56 | 2D |
| Octal | 20 | 324 | 157 | 134 | 0 | 60 | 21 | 225 | 126 | 55 |
| Binary | 10000 | 11010100 | 1101111 | 1011100 | 0 | 110000 | 10001 | 10010101 | 1010110 | 101101 |
Color Harmonies of #10D46F
Complementary color
Monochromatic Colors of #10D46F
Black with #10D46F
Text Example
Text Example
White with #10D46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D46F; }
p { color: rgb(16,212,111); }
H1.HeaderClassName
{
color: #10D46F;
}
.AnyTagClassName
{
color: #10D46F;
}
</style>
background-color css
<style>
a { background-color: #10D46F; }
a { background-color: rgb(16,212,111); }
div.DivClassName
{
background-color: #10D46F;
}
.BgClassName
{
background-color: #10D46F;
}
</style>
border-color css
<style>
span { border-color: #10D46F; }
span { border-color: rgb(16,212,111); }
td.TdClassName
{
border-color: #10D46F;
}
.TagClassName
{
border-color: #10D46F;
}
</style>