Shades of Malachite #10C160
Tints of Malachite #10C160
RGB
CMYK
RGB Variations
Color information
#10C160 (or 0x10C160) is known color: Malachite. HEX triplet: 10, C1 and 60. RGB value is (16,193,96). Sum of RGB (Red+Green+Blue) = 16+193+96=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #10C160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C160 is #EF3E9F. Grayscale: #818181. Windows color (decimal): -15679136 or 6340880. OLE color: 6340880.
HSL color Cylindrical-coordinate representation of color #10C160: hue angle of 147.12º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C160 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 96 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.24 |
| HSL | 147.12º | 0.85% | 0.41% | - |
| HSV(B) | 147.12º | 0.92% | 0.76% | - |
| XYZ | 21.39 | 39.09 | 17.48 | - |
| YUV | 129.02 | 109.36 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 96 | 0.92 | 0 | 0.50 | 0.24 | 147.12 | 0.85 | 0.41 |
| Hex | 10 | C1 | 60 | 5C | 0 | 32 | 18 | 93 | 55 | 29 |
| Octal | 20 | 301 | 140 | 134 | 0 | 62 | 30 | 223 | 125 | 51 |
| Binary | 10000 | 11000001 | 1100000 | 1011100 | 0 | 110010 | 11000 | 10010011 | 1010101 | 101001 |
Color Harmonies of #10C160
Complementary color
Monochromatic Colors of #10C160
Black with #10C160
Text Example
Text Example
White with #10C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C160; }
p { color: rgb(16,193,96); }
H1.HeaderClassName
{
color: #10C160;
}
.AnyTagClassName
{
color: #10C160;
}
</style>
background-color css
<style>
a { background-color: #10C160; }
a { background-color: rgb(16,193,96); }
div.DivClassName
{
background-color: #10C160;
}
.BgClassName
{
background-color: #10C160;
}
</style>
border-color css
<style>
span { border-color: #10C160; }
span { border-color: rgb(16,193,96); }
td.TdClassName
{
border-color: #10C160;
}
.TagClassName
{
border-color: #10C160;
}
</style>