Shades of Malachite #10D047
Tints of Malachite #10D047
RGB
CMYK
RGB Variations
Color information
#10D047 (or 0x10D047) is known color: Malachite. HEX triplet: 10, D0 and 47. RGB value is (16,208,71). Sum of RGB (Red+Green+Blue) = 16+208+71=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #10D047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D047 is #EF2FB8. Grayscale: #878787. Windows color (decimal): -15675321 or 4706320. OLE color: 4706320.
HSL color Cylindrical-coordinate representation of color #10D047: hue angle of 137.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D047 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 71 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.18 |
| HSL | 137.19º | 0.86% | 0.44% | - |
| HSV(B) | 137.19º | 0.92% | 0.82% | - |
| XYZ | 23.91 | 45.68 | 13.52 | - |
| YUV | 134.97 | 91.89 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 71 | 0.92 | 0 | 0.66 | 0.18 | 137.19 | 0.86 | 0.44 |
| Hex | 10 | D0 | 47 | 5C | 0 | 42 | 12 | 89 | 56 | 2C |
| Octal | 20 | 320 | 107 | 134 | 0 | 102 | 22 | 211 | 126 | 54 |
| Binary | 10000 | 11010000 | 1000111 | 1011100 | 0 | 1000010 | 10010 | 10001001 | 1010110 | 101100 |
Color Harmonies of #10D047
Complementary color
Monochromatic Colors of #10D047
Black with #10D047
Text Example
Text Example
White with #10D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D047; }
p { color: rgb(16,208,71); }
H1.HeaderClassName
{
color: #10D047;
}
.AnyTagClassName
{
color: #10D047;
}
</style>
background-color css
<style>
a { background-color: #10D047; }
a { background-color: rgb(16,208,71); }
div.DivClassName
{
background-color: #10D047;
}
.BgClassName
{
background-color: #10D047;
}
</style>
border-color css
<style>
span { border-color: #10D047; }
span { border-color: rgb(16,208,71); }
td.TdClassName
{
border-color: #10D047;
}
.TagClassName
{
border-color: #10D047;
}
</style>