Shades of Malachite #10D651
Tints of Malachite #10D651
RGB
CMYK
RGB Variations
Color information
#10D651 (or 0x10D651) is known color: Malachite. HEX triplet: 10, D6 and 51. RGB value is (16,214,81). Sum of RGB (Red+Green+Blue) = 16+214+81=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #10D651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D651 is #EF29AE. Grayscale: #8B8B8B. Windows color (decimal): -15673775 or 5363216. OLE color: 5363216.
HSL color Cylindrical-coordinate representation of color #10D651: hue angle of 139.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D651 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 81 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.16 |
| HSL | 139.7º | 0.86% | 0.45% | - |
| HSV(B) | 139.7º | 0.93% | 0.84% | - |
| XYZ | 25.75 | 48.8 | 15.85 | - |
| YUV | 139.64 | 94.9 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 81 | 0.93 | 0 | 0.62 | 0.16 | 139.7 | 0.86 | 0.45 |
| Hex | 10 | D6 | 51 | 5D | 0 | 3E | 10 | 8C | 56 | 2D |
| Octal | 20 | 326 | 121 | 135 | 0 | 76 | 20 | 214 | 126 | 55 |
| Binary | 10000 | 11010110 | 1010001 | 1011101 | 0 | 111110 | 10000 | 10001100 | 1010110 | 101101 |
Color Harmonies of #10D651
Complementary color
Monochromatic Colors of #10D651
Black with #10D651
Text Example
Text Example
White with #10D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D651; }
p { color: rgb(16,214,81); }
H1.HeaderClassName
{
color: #10D651;
}
.AnyTagClassName
{
color: #10D651;
}
</style>
background-color css
<style>
a { background-color: #10D651; }
a { background-color: rgb(16,214,81); }
div.DivClassName
{
background-color: #10D651;
}
.BgClassName
{
background-color: #10D651;
}
</style>
border-color css
<style>
span { border-color: #10D651; }
span { border-color: rgb(16,214,81); }
td.TdClassName
{
border-color: #10D651;
}
.TagClassName
{
border-color: #10D651;
}
</style>