Shades of Malachite #10C756
Tints of Malachite #10C756
RGB
CMYK
RGB Variations
Color information
#10C756 (or 0x10C756) is known color: Malachite. HEX triplet: 10, C7 and 56. RGB value is (16,199,86). Sum of RGB (Red+Green+Blue) = 16+199+86=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 199 (78.12% from 255 or 66.11% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 199 - color contains mainly: green. Hex color #10C756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C756 is #EF38A9. Grayscale: #838383. Windows color (decimal): -15677610 or 5687056. OLE color: 5687056.
HSL color Cylindrical-coordinate representation of color #10C756: hue angle of 142.95º 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 #10C756 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 86 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.22 |
| HSL | 142.95º | 0.85% | 0.42% | - |
| HSV(B) | 142.95º | 0.92% | 0.78% | - |
| XYZ | 22.32 | 41.63 | 15.66 | - |
| YUV | 131.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 86 | 0.92 | 0 | 0.57 | 0.22 | 142.95 | 0.85 | 0.42 |
| Hex | 10 | C7 | 56 | 5C | 0 | 39 | 16 | 8F | 55 | 2A |
| Octal | 20 | 307 | 126 | 134 | 0 | 71 | 26 | 217 | 125 | 52 |
| Binary | 10000 | 11000111 | 1010110 | 1011100 | 0 | 111001 | 10110 | 10001111 | 1010101 | 101010 |
Color Harmonies of #10C756
Complementary color
Monochromatic Colors of #10C756
Black with #10C756
Text Example
Text Example
White with #10C756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C756; }
p { color: rgb(16,199,86); }
H1.HeaderClassName
{
color: #10C756;
}
.AnyTagClassName
{
color: #10C756;
}
</style>
background-color css
<style>
a { background-color: #10C756; }
a { background-color: rgb(16,199,86); }
div.DivClassName
{
background-color: #10C756;
}
.BgClassName
{
background-color: #10C756;
}
</style>
border-color css
<style>
span { border-color: #10C756; }
span { border-color: rgb(16,199,86); }
td.TdClassName
{
border-color: #10C756;
}
.TagClassName
{
border-color: #10C756;
}
</style>