Shades of Malachite #10EC3F
Tints of Malachite #10EC3F
RGB
CMYK
RGB Variations
Color information
#10EC3F (or 0x10EC3F) is known color: Malachite. HEX triplet: 10, EC and 3F. RGB value is (16,236,63). Sum of RGB (Red+Green+Blue) = 16+236+63=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EC3F is #EF13C0. Grayscale: #969696. Windows color (decimal): -15668161 or 4189200. OLE color: 4189200.
HSL color Cylindrical-coordinate representation of color #10EC3F: hue angle of 132.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 #10EC3F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 63 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.07 |
| HSL | 132.82º | 0.87% | 0.49% | - |
| HSV(B) | 132.82º | 0.93% | 0.93% | - |
| XYZ | 31.11 | 60.46 | 14.73 | - |
| YUV | 150.5 | 78.61 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 63 | 0.93 | 0 | 0.73 | 0.07 | 132.82 | 0.87 | 0.49 |
| Hex | 10 | EC | 3F | 5D | 0 | 49 | 7 | 85 | 57 | 31 |
| Octal | 20 | 354 | 77 | 135 | 0 | 111 | 7 | 205 | 127 | 61 |
| Binary | 10000 | 11101100 | 111111 | 1011101 | 0 | 1001001 | 111 | 10000101 | 1010111 | 110001 |
Color Harmonies of #10EC3F
Complementary color
Monochromatic Colors of #10EC3F
Black with #10EC3F
Text Example
Text Example
White with #10EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC3F; }
p { color: rgb(16,236,63); }
H1.HeaderClassName
{
color: #10EC3F;
}
.AnyTagClassName
{
color: #10EC3F;
}
</style>
background-color css
<style>
a { background-color: #10EC3F; }
a { background-color: rgb(16,236,63); }
div.DivClassName
{
background-color: #10EC3F;
}
.BgClassName
{
background-color: #10EC3F;
}
</style>
border-color css
<style>
span { border-color: #10EC3F; }
span { border-color: rgb(16,236,63); }
td.TdClassName
{
border-color: #10EC3F;
}
.TagClassName
{
border-color: #10EC3F;
}
</style>