Shades of Malachite #10D962
Tints of Malachite #10D962
RGB
CMYK
RGB Variations
Color information
#10D962 (or 0x10D962) is known color: Malachite. HEX triplet: 10, D9 and 62. RGB value is (16,217,98). Sum of RGB (Red+Green+Blue) = 16+217+98=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #10D962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D962 is #EF269D. Grayscale: #8F8F8F. Windows color (decimal): -15672990 or 6478096. OLE color: 6478096.
HSL color Cylindrical-coordinate representation of color #10D962: hue angle of 144.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D962 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 98 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.15 |
| HSL | 144.48º | 0.86% | 0.46% | - |
| HSV(B) | 144.48º | 0.93% | 0.85% | - |
| XYZ | 27.23 | 50.62 | 19.89 | - |
| YUV | 143.34 | 102.41 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 98 | 0.93 | 0 | 0.55 | 0.15 | 144.48 | 0.86 | 0.46 |
| Hex | 10 | D9 | 62 | 5D | 0 | 37 | F | 90 | 56 | 2E |
| Octal | 20 | 331 | 142 | 135 | 0 | 67 | 17 | 220 | 126 | 56 |
| Binary | 10000 | 11011001 | 1100010 | 1011101 | 0 | 110111 | 1111 | 10010000 | 1010110 | 101110 |
Color Harmonies of #10D962
Complementary color
Monochromatic Colors of #10D962
Black with #10D962
Text Example
Text Example
White with #10D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D962; }
p { color: rgb(16,217,98); }
H1.HeaderClassName
{
color: #10D962;
}
.AnyTagClassName
{
color: #10D962;
}
</style>
background-color css
<style>
a { background-color: #10D962; }
a { background-color: rgb(16,217,98); }
div.DivClassName
{
background-color: #10D962;
}
.BgClassName
{
background-color: #10D962;
}
</style>
border-color css
<style>
span { border-color: #10D962; }
span { border-color: rgb(16,217,98); }
td.TdClassName
{
border-color: #10D962;
}
.TagClassName
{
border-color: #10D962;
}
</style>