Shades of Malachite #10C95D
Tints of Malachite #10C95D
RGB
CMYK
RGB Variations
Color information
#10C95D (or 0x10C95D) is known color: Malachite. HEX triplet: 10, C9 and 5D. RGB value is (16,201,93). Sum of RGB (Red+Green+Blue) = 16+201+93=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #10C95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C95D is #EF36A2. Grayscale: #858585. Windows color (decimal): -15677091 or 6146320. OLE color: 6146320.
HSL color Cylindrical-coordinate representation of color #10C95D: hue angle of 144.97º 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 #10C95D is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 93 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.21 |
| HSL | 144.97º | 0.85% | 0.43% | - |
| HSV(B) | 144.97º | 0.92% | 0.79% | - |
| XYZ | 23.08 | 42.67 | 17.38 | - |
| YUV | 133.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 93 | 0.92 | 0 | 0.54 | 0.21 | 144.97 | 0.85 | 0.43 |
| Hex | 10 | C9 | 5D | 5C | 0 | 36 | 15 | 91 | 55 | 2B |
| Octal | 20 | 311 | 135 | 134 | 0 | 66 | 25 | 221 | 125 | 53 |
| Binary | 10000 | 11001001 | 1011101 | 1011100 | 0 | 110110 | 10101 | 10010001 | 1010101 | 101011 |
Color Harmonies of #10C95D
Complementary color
Monochromatic Colors of #10C95D
Black with #10C95D
Text Example
Text Example
White with #10C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C95D; }
p { color: rgb(16,201,93); }
H1.HeaderClassName
{
color: #10C95D;
}
.AnyTagClassName
{
color: #10C95D;
}
</style>
background-color css
<style>
a { background-color: #10C95D; }
a { background-color: rgb(16,201,93); }
div.DivClassName
{
background-color: #10C95D;
}
.BgClassName
{
background-color: #10C95D;
}
</style>
border-color css
<style>
span { border-color: #10C95D; }
span { border-color: rgb(16,201,93); }
td.TdClassName
{
border-color: #10C95D;
}
.TagClassName
{
border-color: #10C95D;
}
</style>