Shades of Malachite #10C851
Tints of Malachite #10C851
RGB
CMYK
RGB Variations
Color information
#10C851 (or 0x10C851) is known color: Malachite. HEX triplet: 10, C8 and 51. RGB value is (16,200,81). Sum of RGB (Red+Green+Blue) = 16+200+81=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #10C851 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C851 is #EF37AE. Grayscale: #838383. Windows color (decimal): -15677359 or 5359632. OLE color: 5359632.
HSL color Cylindrical-coordinate representation of color #10C851: hue angle of 141.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C851 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 81 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.22 |
| HSL | 141.2º | 0.85% | 0.42% | - |
| HSV(B) | 141.2º | 0.92% | 0.78% | - |
| XYZ | 22.35 | 42.01 | 14.72 | - |
| YUV | 131.42 | 99.54 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 81 | 0.92 | 0 | 0.59 | 0.22 | 141.2 | 0.85 | 0.42 |
| Hex | 10 | C8 | 51 | 5C | 0 | 3B | 16 | 8D | 55 | 2A |
| Octal | 20 | 310 | 121 | 134 | 0 | 73 | 26 | 215 | 125 | 52 |
| Binary | 10000 | 11001000 | 1010001 | 1011100 | 0 | 111011 | 10110 | 10001101 | 1010101 | 101010 |
Color Harmonies of #10C851
Complementary color
Monochromatic Colors of #10C851
Black with #10C851
Text Example
Text Example
White with #10C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C851; }
p { color: rgb(16,200,81); }
H1.HeaderClassName
{
color: #10C851;
}
.AnyTagClassName
{
color: #10C851;
}
</style>
background-color css
<style>
a { background-color: #10C851; }
a { background-color: rgb(16,200,81); }
div.DivClassName
{
background-color: #10C851;
}
.BgClassName
{
background-color: #10C851;
}
</style>
border-color css
<style>
span { border-color: #10C851; }
span { border-color: rgb(16,200,81); }
td.TdClassName
{
border-color: #10C851;
}
.TagClassName
{
border-color: #10C851;
}
</style>