Shades of Malachite #10C96C
Tints of Malachite #10C96C
RGB
CMYK
RGB Variations
Color information
#10C96C (or 0x10C96C) is known color: Malachite. HEX triplet: 10, C9 and 6C. RGB value is (16,201,108). Sum of RGB (Red+Green+Blue) = 16+201+108=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #10C96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C96C is #EF3693. Grayscale: #878787. Windows color (decimal): -15677076 or 7129360. OLE color: 7129360.
HSL color Cylindrical-coordinate representation of color #10C96C: hue angle of 149.84º 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 #10C96C is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 108 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.21 |
| HSL | 149.84º | 0.85% | 0.43% | - |
| HSV(B) | 149.84º | 0.92% | 0.79% | - |
| XYZ | 23.81 | 42.97 | 21.23 | - |
| YUV | 135.08 | 112.71 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 108 | 0.92 | 0 | 0.46 | 0.21 | 149.84 | 0.85 | 0.43 |
| Hex | 10 | C9 | 6C | 5C | 0 | 2E | 15 | 96 | 55 | 2B |
| Octal | 20 | 311 | 154 | 134 | 0 | 56 | 25 | 226 | 125 | 53 |
| Binary | 10000 | 11001001 | 1101100 | 1011100 | 0 | 101110 | 10101 | 10010110 | 1010101 | 101011 |
Color Harmonies of #10C96C
Complementary color
Monochromatic Colors of #10C96C
Black with #10C96C
Text Example
Text Example
White with #10C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C96C; }
p { color: rgb(16,201,108); }
H1.HeaderClassName
{
color: #10C96C;
}
.AnyTagClassName
{
color: #10C96C;
}
</style>
background-color css
<style>
a { background-color: #10C96C; }
a { background-color: rgb(16,201,108); }
div.DivClassName
{
background-color: #10C96C;
}
.BgClassName
{
background-color: #10C96C;
}
</style>
border-color css
<style>
span { border-color: #10C96C; }
span { border-color: rgb(16,201,108); }
td.TdClassName
{
border-color: #10C96C;
}
.TagClassName
{
border-color: #10C96C;
}
</style>