Shades of Malachite #10EC4A
Tints of Malachite #10EC4A
RGB
CMYK
RGB Variations
Color information
#10EC4A (or 0x10EC4A) is known color: Malachite. HEX triplet: 10, EC and 4A. RGB value is (16,236,74). Sum of RGB (Red+Green+Blue) = 16+236+74=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EC4A is #EF13B5. Grayscale: #989898. Windows color (decimal): -15668150 or 4910096. OLE color: 4910096.
HSL color Cylindrical-coordinate representation of color #10EC4A: hue angle of 135.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 #10EC4A is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 74 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.07 |
| HSL | 135.82º | 0.87% | 0.49% | - |
| HSV(B) | 135.82º | 0.93% | 0.93% | - |
| XYZ | 31.45 | 60.6 | 16.52 | - |
| YUV | 151.75 | 84.11 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 74 | 0.93 | 0 | 0.69 | 0.07 | 135.82 | 0.87 | 0.49 |
| Hex | 10 | EC | 4A | 5D | 0 | 45 | 7 | 88 | 57 | 31 |
| Octal | 20 | 354 | 112 | 135 | 0 | 105 | 7 | 210 | 127 | 61 |
| Binary | 10000 | 11101100 | 1001010 | 1011101 | 0 | 1000101 | 111 | 10001000 | 1010111 | 110001 |
Color Harmonies of #10EC4A
Complementary color
Monochromatic Colors of #10EC4A
Black with #10EC4A
Text Example
Text Example
White with #10EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC4A; }
p { color: rgb(16,236,74); }
H1.HeaderClassName
{
color: #10EC4A;
}
.AnyTagClassName
{
color: #10EC4A;
}
</style>
background-color css
<style>
a { background-color: #10EC4A; }
a { background-color: rgb(16,236,74); }
div.DivClassName
{
background-color: #10EC4A;
}
.BgClassName
{
background-color: #10EC4A;
}
</style>
border-color css
<style>
span { border-color: #10EC4A; }
span { border-color: rgb(16,236,74); }
td.TdClassName
{
border-color: #10EC4A;
}
.TagClassName
{
border-color: #10EC4A;
}
</style>