Shades of Malachite #10DC73
Tints of Malachite #10DC73
RGB
CMYK
RGB Variations
Color information
#10DC73 (or 0x10DC73) is known color: Malachite. HEX triplet: 10, DC and 73. RGB value is (16,220,115). Sum of RGB (Red+Green+Blue) = 16+220+115=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC73 is #EF238C. Grayscale: #939393. Windows color (decimal): -15672205 or 7592976. OLE color: 7592976.
HSL color Cylindrical-coordinate representation of color #10DC73: hue angle of 149.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC73 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 115 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.14 |
| HSL | 149.12º | 0.86% | 0.46% | - |
| HSV(B) | 149.12º | 0.93% | 0.86% | - |
| XYZ | 28.9 | 52.53 | 24.84 | - |
| YUV | 147.03 | 109.91 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 115 | 0.93 | 0 | 0.48 | 0.14 | 149.12 | 0.86 | 0.46 |
| Hex | 10 | DC | 73 | 5D | 0 | 30 | E | 95 | 56 | 2E |
| Octal | 20 | 334 | 163 | 135 | 0 | 60 | 16 | 225 | 126 | 56 |
| Binary | 10000 | 11011100 | 1110011 | 1011101 | 0 | 110000 | 1110 | 10010101 | 1010110 | 101110 |
Color Harmonies of #10DC73
Complementary color
Monochromatic Colors of #10DC73
Black with #10DC73
Text Example
Text Example
White with #10DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC73; }
p { color: rgb(16,220,115); }
H1.HeaderClassName
{
color: #10DC73;
}
.AnyTagClassName
{
color: #10DC73;
}
</style>
background-color css
<style>
a { background-color: #10DC73; }
a { background-color: rgb(16,220,115); }
div.DivClassName
{
background-color: #10DC73;
}
.BgClassName
{
background-color: #10DC73;
}
</style>
border-color css
<style>
span { border-color: #10DC73; }
span { border-color: rgb(16,220,115); }
td.TdClassName
{
border-color: #10DC73;
}
.TagClassName
{
border-color: #10DC73;
}
</style>