Shades of Malachite #10C96D
Tints of Malachite #10C96D
RGB
CMYK
RGB Variations
Color information
#10C96D (or 0x10C96D) is known color: Malachite. HEX triplet: 10, C9 and 6D. RGB value is (16,201,109). Sum of RGB (Red+Green+Blue) = 16+201+109=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #10C96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C96D is #EF3692. Grayscale: #878787. Windows color (decimal): -15677075 or 7194896. OLE color: 7194896.
HSL color Cylindrical-coordinate representation of color #10C96D: hue angle of 150.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C96D is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 109 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.21 |
| HSL | 150.16º | 0.85% | 0.43% | - |
| HSV(B) | 150.16º | 0.92% | 0.79% | - |
| XYZ | 23.86 | 42.99 | 21.51 | - |
| YUV | 135.2 | 113.21 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 109 | 0.92 | 0 | 0.46 | 0.21 | 150.16 | 0.85 | 0.43 |
| Hex | 10 | C9 | 6D | 5C | 0 | 2E | 15 | 96 | 55 | 2B |
| Octal | 20 | 311 | 155 | 134 | 0 | 56 | 25 | 226 | 125 | 53 |
| Binary | 10000 | 11001001 | 1101101 | 1011100 | 0 | 101110 | 10101 | 10010110 | 1010101 | 101011 |
Color Harmonies of #10C96D
Complementary color
Monochromatic Colors of #10C96D
Black with #10C96D
Text Example
Text Example
White with #10C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C96D; }
p { color: rgb(16,201,109); }
H1.HeaderClassName
{
color: #10C96D;
}
.AnyTagClassName
{
color: #10C96D;
}
</style>
background-color css
<style>
a { background-color: #10C96D; }
a { background-color: rgb(16,201,109); }
div.DivClassName
{
background-color: #10C96D;
}
.BgClassName
{
background-color: #10C96D;
}
</style>
border-color css
<style>
span { border-color: #10C96D; }
span { border-color: rgb(16,201,109); }
td.TdClassName
{
border-color: #10C96D;
}
.TagClassName
{
border-color: #10C96D;
}
</style>