Shades of Malachite #10D675
Tints of Malachite #10D675
RGB
CMYK
RGB Variations
Color information
#10D675 (or 0x10D675) is known color: Malachite. HEX triplet: 10, D6 and 75. RGB value is (16,214,117). Sum of RGB (Red+Green+Blue) = 16+214+117=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #10D675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D675 is #EF298A. Grayscale: #8F8F8F. Windows color (decimal): -15673739 or 7722512. OLE color: 7722512.
HSL color Cylindrical-coordinate representation of color #10D675: hue angle of 150.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D675 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 117 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.16 |
| HSL | 150.61º | 0.86% | 0.45% | - |
| HSV(B) | 150.61º | 0.93% | 0.84% | - |
| XYZ | 27.47 | 49.49 | 24.93 | - |
| YUV | 143.74 | 112.9 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 117 | 0.93 | 0 | 0.45 | 0.16 | 150.61 | 0.86 | 0.45 |
| Hex | 10 | D6 | 75 | 5D | 0 | 2D | 10 | 97 | 56 | 2D |
| Octal | 20 | 326 | 165 | 135 | 0 | 55 | 20 | 227 | 126 | 55 |
| Binary | 10000 | 11010110 | 1110101 | 1011101 | 0 | 101101 | 10000 | 10010111 | 1010110 | 101101 |
Color Harmonies of #10D675
Complementary color
Monochromatic Colors of #10D675
Black with #10D675
Text Example
Text Example
White with #10D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D675; }
p { color: rgb(16,214,117); }
H1.HeaderClassName
{
color: #10D675;
}
.AnyTagClassName
{
color: #10D675;
}
</style>
background-color css
<style>
a { background-color: #10D675; }
a { background-color: rgb(16,214,117); }
div.DivClassName
{
background-color: #10D675;
}
.BgClassName
{
background-color: #10D675;
}
</style>
border-color css
<style>
span { border-color: #10D675; }
span { border-color: rgb(16,214,117); }
td.TdClassName
{
border-color: #10D675;
}
.TagClassName
{
border-color: #10D675;
}
</style>