Shades of Malachite #10C760
Tints of Malachite #10C760
RGB
CMYK
RGB Variations
Color information
#10C760 (or 0x10C760) is known color: Malachite. HEX triplet: 10, C7 and 60. RGB value is (16,199,96). Sum of RGB (Red+Green+Blue) = 16+199+96=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #10C760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C760 is #EF389F. Grayscale: #848484. Windows color (decimal): -15677600 or 6342416. OLE color: 6342416.
HSL color Cylindrical-coordinate representation of color #10C760: hue angle of 146.23º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C760 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 96 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.22 |
| HSL | 146.23º | 0.85% | 0.42% | - |
| HSV(B) | 146.23º | 0.92% | 0.78% | - |
| XYZ | 22.75 | 41.8 | 17.94 | - |
| YUV | 132.54 | 107.37 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 96 | 0.92 | 0 | 0.52 | 0.22 | 146.23 | 0.85 | 0.42 |
| Hex | 10 | C7 | 60 | 5C | 0 | 34 | 16 | 92 | 55 | 2A |
| Octal | 20 | 307 | 140 | 134 | 0 | 64 | 26 | 222 | 125 | 52 |
| Binary | 10000 | 11000111 | 1100000 | 1011100 | 0 | 110100 | 10110 | 10010010 | 1010101 | 101010 |
Color Harmonies of #10C760
Complementary color
Monochromatic Colors of #10C760
Black with #10C760
Text Example
Text Example
White with #10C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C760; }
p { color: rgb(16,199,96); }
H1.HeaderClassName
{
color: #10C760;
}
.AnyTagClassName
{
color: #10C760;
}
</style>
background-color css
<style>
a { background-color: #10C760; }
a { background-color: rgb(16,199,96); }
div.DivClassName
{
background-color: #10C760;
}
.BgClassName
{
background-color: #10C760;
}
</style>
border-color css
<style>
span { border-color: #10C760; }
span { border-color: rgb(16,199,96); }
td.TdClassName
{
border-color: #10C760;
}
.TagClassName
{
border-color: #10C760;
}
</style>