Shades of Malachite #10D172
Tints of Malachite #10D172
RGB
CMYK
RGB Variations
Color information
#10D172 (or 0x10D172) is known color: Malachite. HEX triplet: 10, D1 and 72. RGB value is (16,209,114). Sum of RGB (Red+Green+Blue) = 16+209+114=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #10D172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D172 is #EF2E8D. Grayscale: #8C8C8C. Windows color (decimal): -15675022 or 7524624. OLE color: 7524624.
HSL color Cylindrical-coordinate representation of color #10D172: hue angle of 150.47º 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 #10D172 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 114 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.18 |
| HSL | 150.47º | 0.86% | 0.44% | - |
| HSV(B) | 150.47º | 0.92% | 0.82% | - |
| XYZ | 26.05 | 46.93 | 23.6 | - |
| YUV | 140.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 114 | 0.92 | 0 | 0.45 | 0.18 | 150.47 | 0.86 | 0.44 |
| Hex | 10 | D1 | 72 | 5C | 0 | 2D | 12 | 96 | 56 | 2C |
| Octal | 20 | 321 | 162 | 134 | 0 | 55 | 22 | 226 | 126 | 54 |
| Binary | 10000 | 11010001 | 1110010 | 1011100 | 0 | 101101 | 10010 | 10010110 | 1010110 | 101100 |
Color Harmonies of #10D172
Complementary color
Monochromatic Colors of #10D172
Black with #10D172
Text Example
Text Example
White with #10D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D172; }
p { color: rgb(16,209,114); }
H1.HeaderClassName
{
color: #10D172;
}
.AnyTagClassName
{
color: #10D172;
}
</style>
background-color css
<style>
a { background-color: #10D172; }
a { background-color: rgb(16,209,114); }
div.DivClassName
{
background-color: #10D172;
}
.BgClassName
{
background-color: #10D172;
}
</style>
border-color css
<style>
span { border-color: #10D172; }
span { border-color: rgb(16,209,114); }
td.TdClassName
{
border-color: #10D172;
}
.TagClassName
{
border-color: #10D172;
}
</style>