Shades of Malachite #10C96A
Tints of Malachite #10C96A
RGB
CMYK
RGB Variations
Color information
#10C96A (or 0x10C96A) is known color: Malachite. HEX triplet: 10, C9 and 6A. RGB value is (16,201,106). Sum of RGB (Red+Green+Blue) = 16+201+106=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #10C96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C96A is #EF3695. Grayscale: #878787. Windows color (decimal): -15677078 or 6998288. OLE color: 6998288.
HSL color Cylindrical-coordinate representation of color #10C96A: hue angle of 149.19º 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 #10C96A is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 106 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.21 |
| HSL | 149.19º | 0.85% | 0.43% | - |
| HSV(B) | 149.19º | 0.92% | 0.79% | - |
| XYZ | 23.7 | 42.92 | 20.67 | - |
| YUV | 134.86 | 111.71 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 106 | 0.92 | 0 | 0.47 | 0.21 | 149.19 | 0.85 | 0.43 |
| Hex | 10 | C9 | 6A | 5C | 0 | 2F | 15 | 95 | 55 | 2B |
| Octal | 20 | 311 | 152 | 134 | 0 | 57 | 25 | 225 | 125 | 53 |
| Binary | 10000 | 11001001 | 1101010 | 1011100 | 0 | 101111 | 10101 | 10010101 | 1010101 | 101011 |
Color Harmonies of #10C96A
Complementary color
Monochromatic Colors of #10C96A
Black with #10C96A
Text Example
Text Example
White with #10C96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C96A; }
p { color: rgb(16,201,106); }
H1.HeaderClassName
{
color: #10C96A;
}
.AnyTagClassName
{
color: #10C96A;
}
</style>
background-color css
<style>
a { background-color: #10C96A; }
a { background-color: rgb(16,201,106); }
div.DivClassName
{
background-color: #10C96A;
}
.BgClassName
{
background-color: #10C96A;
}
</style>
border-color css
<style>
span { border-color: #10C96A; }
span { border-color: rgb(16,201,106); }
td.TdClassName
{
border-color: #10C96A;
}
.TagClassName
{
border-color: #10C96A;
}
</style>