Shades of Malachite #10D664
Tints of Malachite #10D664
RGB
CMYK
RGB Variations
Color information
#10D664 (or 0x10D664) is known color: Malachite. HEX triplet: 10, D6 and 64. RGB value is (16,214,100). Sum of RGB (Red+Green+Blue) = 16+214+100=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #10D664 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D664 is #EF299B. Grayscale: #8E8E8E. Windows color (decimal): -15673756 or 6608400. OLE color: 6608400.
HSL color Cylindrical-coordinate representation of color #10D664: hue angle of 145.45º 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 #10D664 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 100 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.16 |
| HSL | 145.45º | 0.86% | 0.45% | - |
| HSV(B) | 145.45º | 0.93% | 0.84% | - |
| XYZ | 26.56 | 49.12 | 20.14 | - |
| YUV | 141.8 | 104.4 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 100 | 0.93 | 0 | 0.53 | 0.16 | 145.45 | 0.86 | 0.45 |
| Hex | 10 | D6 | 64 | 5D | 0 | 35 | 10 | 91 | 56 | 2D |
| Octal | 20 | 326 | 144 | 135 | 0 | 65 | 20 | 221 | 126 | 55 |
| Binary | 10000 | 11010110 | 1100100 | 1011101 | 0 | 110101 | 10000 | 10010001 | 1010110 | 101101 |
Color Harmonies of #10D664
Complementary color
Monochromatic Colors of #10D664
Black with #10D664
Text Example
Text Example
White with #10D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D664; }
p { color: rgb(16,214,100); }
H1.HeaderClassName
{
color: #10D664;
}
.AnyTagClassName
{
color: #10D664;
}
</style>
background-color css
<style>
a { background-color: #10D664; }
a { background-color: rgb(16,214,100); }
div.DivClassName
{
background-color: #10D664;
}
.BgClassName
{
background-color: #10D664;
}
</style>
border-color css
<style>
span { border-color: #10D664; }
span { border-color: rgb(16,214,100); }
td.TdClassName
{
border-color: #10D664;
}
.TagClassName
{
border-color: #10D664;
}
</style>