Shades of Malachite #10C05E
Tints of Malachite #10C05E
RGB
CMYK
RGB Variations
Color information
#10C05E (or 0x10C05E) is known color: Malachite. HEX triplet: 10, C0 and 5E. RGB value is (16,192,94). Sum of RGB (Red+Green+Blue) = 16+192+94=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #10C05E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C05E is #EF3FA1. Grayscale: #808080. Windows color (decimal): -15679394 or 6209552. OLE color: 6209552.
HSL color Cylindrical-coordinate representation of color #10C05E: hue angle of 146.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C05E is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 94 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.25 |
| HSL | 146.59º | 0.85% | 0.41% | - |
| HSV(B) | 146.59º | 0.92% | 0.75% | - |
| XYZ | 21.08 | 38.62 | 16.93 | - |
| YUV | 128.2 | 108.69 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 94 | 0.92 | 0 | 0.51 | 0.25 | 146.59 | 0.85 | 0.41 |
| Hex | 10 | C0 | 5E | 5C | 0 | 33 | 19 | 93 | 55 | 29 |
| Octal | 20 | 300 | 136 | 134 | 0 | 63 | 31 | 223 | 125 | 51 |
| Binary | 10000 | 11000000 | 1011110 | 1011100 | 0 | 110011 | 11001 | 10010011 | 1010101 | 101001 |
Color Harmonies of #10C05E
Complementary color
Monochromatic Colors of #10C05E
Black with #10C05E
Text Example
Text Example
White with #10C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C05E; }
p { color: rgb(16,192,94); }
H1.HeaderClassName
{
color: #10C05E;
}
.AnyTagClassName
{
color: #10C05E;
}
</style>
background-color css
<style>
a { background-color: #10C05E; }
a { background-color: rgb(16,192,94); }
div.DivClassName
{
background-color: #10C05E;
}
.BgClassName
{
background-color: #10C05E;
}
</style>
border-color css
<style>
span { border-color: #10C05E; }
span { border-color: rgb(16,192,94); }
td.TdClassName
{
border-color: #10C05E;
}
.TagClassName
{
border-color: #10C05E;
}
</style>