Shades of Malachite #10D162
Tints of Malachite #10D162
RGB
CMYK
RGB Variations
Color information
#10D162 (or 0x10D162) is known color: Malachite. HEX triplet: 10, D1 and 62. RGB value is (16,209,98). Sum of RGB (Red+Green+Blue) = 16+209+98=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #10D162 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D162 is #EF2E9D. Grayscale: #8A8A8A. Windows color (decimal): -15675038 or 6476048. OLE color: 6476048.
HSL color Cylindrical-coordinate representation of color #10D162: hue angle of 145.49º 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 #10D162 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 98 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.18 |
| HSL | 145.49º | 0.86% | 0.44% | - |
| HSV(B) | 145.49º | 0.92% | 0.82% | - |
| XYZ | 25.22 | 46.59 | 19.22 | - |
| YUV | 138.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 98 | 0.92 | 0 | 0.53 | 0.18 | 145.49 | 0.86 | 0.44 |
| Hex | 10 | D1 | 62 | 5C | 0 | 35 | 12 | 91 | 56 | 2C |
| Octal | 20 | 321 | 142 | 134 | 0 | 65 | 22 | 221 | 126 | 54 |
| Binary | 10000 | 11010001 | 1100010 | 1011100 | 0 | 110101 | 10010 | 10010001 | 1010110 | 101100 |
Color Harmonies of #10D162
Complementary color
Monochromatic Colors of #10D162
Black with #10D162
Text Example
Text Example
White with #10D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D162; }
p { color: rgb(16,209,98); }
H1.HeaderClassName
{
color: #10D162;
}
.AnyTagClassName
{
color: #10D162;
}
</style>
background-color css
<style>
a { background-color: #10D162; }
a { background-color: rgb(16,209,98); }
div.DivClassName
{
background-color: #10D162;
}
.BgClassName
{
background-color: #10D162;
}
</style>
border-color css
<style>
span { border-color: #10D162; }
span { border-color: rgb(16,209,98); }
td.TdClassName
{
border-color: #10D162;
}
.TagClassName
{
border-color: #10D162;
}
</style>