Shades of Malachite #10EC55
Tints of Malachite #10EC55
RGB
CMYK
RGB Variations
Color information
#10EC55 (or 0x10EC55) is known color: Malachite. HEX triplet: 10, EC and 55. RGB value is (16,236,85). Sum of RGB (Red+Green+Blue) = 16+236+85=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC55 is #EF13AA. Grayscale: #999999. Windows color (decimal): -15668139 or 5630992. OLE color: 5630992.
HSL color Cylindrical-coordinate representation of color #10EC55: hue angle of 138.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EC55 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 85 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.07 |
| HSL | 138.82º | 0.87% | 0.49% | - |
| HSV(B) | 138.82º | 0.93% | 0.93% | - |
| XYZ | 31.85 | 60.76 | 18.64 | - |
| YUV | 153.01 | 89.61 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 85 | 0.93 | 0 | 0.64 | 0.07 | 138.82 | 0.87 | 0.49 |
| Hex | 10 | EC | 55 | 5D | 0 | 40 | 7 | 8B | 57 | 31 |
| Octal | 20 | 354 | 125 | 135 | 0 | 100 | 7 | 213 | 127 | 61 |
| Binary | 10000 | 11101100 | 1010101 | 1011101 | 0 | 1000000 | 111 | 10001011 | 1010111 | 110001 |
Color Harmonies of #10EC55
Complementary color
Monochromatic Colors of #10EC55
Black with #10EC55
Text Example
Text Example
White with #10EC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC55; }
p { color: rgb(16,236,85); }
H1.HeaderClassName
{
color: #10EC55;
}
.AnyTagClassName
{
color: #10EC55;
}
</style>
background-color css
<style>
a { background-color: #10EC55; }
a { background-color: rgb(16,236,85); }
div.DivClassName
{
background-color: #10EC55;
}
.BgClassName
{
background-color: #10EC55;
}
</style>
border-color css
<style>
span { border-color: #10EC55; }
span { border-color: rgb(16,236,85); }
td.TdClassName
{
border-color: #10EC55;
}
.TagClassName
{
border-color: #10EC55;
}
</style>