Shades of Malachite #10D76B
Tints of Malachite #10D76B
RGB
CMYK
RGB Variations
Color information
#10D76B (or 0x10D76B) is known color: Malachite. HEX triplet: 10, D7 and 6B. RGB value is (16,215,107). Sum of RGB (Red+Green+Blue) = 16+215+107=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #10D76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D76B is #EF2894. Grayscale: #8F8F8F. Windows color (decimal): -15673493 or 7067408. OLE color: 7067408.
HSL color Cylindrical-coordinate representation of color #10D76B: hue angle of 147.44º 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 #10D76B is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 107 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.16 |
| HSL | 147.44º | 0.86% | 0.45% | - |
| HSV(B) | 147.44º | 0.93% | 0.84% | - |
| XYZ | 27.17 | 49.77 | 22.09 | - |
| YUV | 143.19 | 107.57 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 107 | 0.93 | 0 | 0.50 | 0.16 | 147.44 | 0.86 | 0.45 |
| Hex | 10 | D7 | 6B | 5D | 0 | 32 | 10 | 93 | 56 | 2D |
| Octal | 20 | 327 | 153 | 135 | 0 | 62 | 20 | 223 | 126 | 55 |
| Binary | 10000 | 11010111 | 1101011 | 1011101 | 0 | 110010 | 10000 | 10010011 | 1010110 | 101101 |
Color Harmonies of #10D76B
Complementary color
Monochromatic Colors of #10D76B
Black with #10D76B
Text Example
Text Example
White with #10D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D76B; }
p { color: rgb(16,215,107); }
H1.HeaderClassName
{
color: #10D76B;
}
.AnyTagClassName
{
color: #10D76B;
}
</style>
background-color css
<style>
a { background-color: #10D76B; }
a { background-color: rgb(16,215,107); }
div.DivClassName
{
background-color: #10D76B;
}
.BgClassName
{
background-color: #10D76B;
}
</style>
border-color css
<style>
span { border-color: #10D76B; }
span { border-color: rgb(16,215,107); }
td.TdClassName
{
border-color: #10D76B;
}
.TagClassName
{
border-color: #10D76B;
}
</style>