Shades of Malachite #10C15E
Tints of Malachite #10C15E
RGB
CMYK
RGB Variations
Color information
#10C15E (or 0x10C15E) is known color: Malachite. HEX triplet: 10, C1 and 5E. RGB value is (16,193,94). Sum of RGB (Red+Green+Blue) = 16+193+94=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #10C15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C15E is #EF3EA1. Grayscale: #818181. Windows color (decimal): -15679138 or 6209808. OLE color: 6209808.
HSL color Cylindrical-coordinate representation of color #10C15E: hue angle of 146.44º 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 #10C15E is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 94 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.24 |
| HSL | 146.44º | 0.85% | 0.41% | - |
| HSV(B) | 146.44º | 0.92% | 0.76% | - |
| XYZ | 21.3 | 39.06 | 17.01 | - |
| YUV | 128.79 | 108.36 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 94 | 0.92 | 0 | 0.51 | 0.24 | 146.44 | 0.85 | 0.41 |
| Hex | 10 | C1 | 5E | 5C | 0 | 33 | 18 | 92 | 55 | 29 |
| Octal | 20 | 301 | 136 | 134 | 0 | 63 | 30 | 222 | 125 | 51 |
| Binary | 10000 | 11000001 | 1011110 | 1011100 | 0 | 110011 | 11000 | 10010010 | 1010101 | 101001 |
Color Harmonies of #10C15E
Complementary color
Monochromatic Colors of #10C15E
Black with #10C15E
Text Example
Text Example
White with #10C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C15E; }
p { color: rgb(16,193,94); }
H1.HeaderClassName
{
color: #10C15E;
}
.AnyTagClassName
{
color: #10C15E;
}
</style>
background-color css
<style>
a { background-color: #10C15E; }
a { background-color: rgb(16,193,94); }
div.DivClassName
{
background-color: #10C15E;
}
.BgClassName
{
background-color: #10C15E;
}
</style>
border-color css
<style>
span { border-color: #10C15E; }
span { border-color: rgb(16,193,94); }
td.TdClassName
{
border-color: #10C15E;
}
.TagClassName
{
border-color: #10C15E;
}
</style>