Shades of Malachite #10D171
Tints of Malachite #10D171
RGB
CMYK
RGB Variations
Color information
#10D171 (or 0x10D171) is known color: Malachite. HEX triplet: 10, D1 and 71. RGB value is (16,209,113). Sum of RGB (Red+Green+Blue) = 16+209+113=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #10D171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D171 is #EF2E8E. Grayscale: #8C8C8C. Windows color (decimal): -15675023 or 7459088. OLE color: 7459088.
HSL color Cylindrical-coordinate representation of color #10D171: hue angle of 150.16º 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 #10D171 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 113 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.18 |
| HSL | 150.16º | 0.86% | 0.44% | - |
| HSV(B) | 150.16º | 0.92% | 0.82% | - |
| XYZ | 25.99 | 46.9 | 23.31 | - |
| YUV | 140.35 | 112.56 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 113 | 0.92 | 0 | 0.46 | 0.18 | 150.16 | 0.86 | 0.44 |
| Hex | 10 | D1 | 71 | 5C | 0 | 2E | 12 | 96 | 56 | 2C |
| Octal | 20 | 321 | 161 | 134 | 0 | 56 | 22 | 226 | 126 | 54 |
| Binary | 10000 | 11010001 | 1110001 | 1011100 | 0 | 101110 | 10010 | 10010110 | 1010110 | 101100 |
Color Harmonies of #10D171
Complementary color
Monochromatic Colors of #10D171
Black with #10D171
Text Example
Text Example
White with #10D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D171; }
p { color: rgb(16,209,113); }
H1.HeaderClassName
{
color: #10D171;
}
.AnyTagClassName
{
color: #10D171;
}
</style>
background-color css
<style>
a { background-color: #10D171; }
a { background-color: rgb(16,209,113); }
div.DivClassName
{
background-color: #10D171;
}
.BgClassName
{
background-color: #10D171;
}
</style>
border-color css
<style>
span { border-color: #10D171; }
span { border-color: rgb(16,209,113); }
td.TdClassName
{
border-color: #10D171;
}
.TagClassName
{
border-color: #10D171;
}
</style>