Shades of Malachite #10EC34
Tints of Malachite #10EC34
RGB
CMYK
RGB Variations
Color information
#10EC34 (or 0x10EC34) is known color: Malachite. HEX triplet: 10, EC and 34. RGB value is (16,236,52). Sum of RGB (Red+Green+Blue) = 16+236+52=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EC34 is #EF13CB. Grayscale: #959595. Windows color (decimal): -15668172 or 3468304. OLE color: 3468304.
HSL color Cylindrical-coordinate representation of color #10EC34: hue angle of 129.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 #10EC34 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 52 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.07 |
| HSL | 129.82º | 0.87% | 0.49% | - |
| HSV(B) | 129.82º | 0.93% | 0.93% | - |
| XYZ | 30.83 | 60.35 | 13.27 | - |
| YUV | 149.24 | 73.11 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 52 | 0.93 | 0 | 0.78 | 0.07 | 129.82 | 0.87 | 0.49 |
| Hex | 10 | EC | 34 | 5D | 0 | 4E | 7 | 82 | 57 | 31 |
| Octal | 20 | 354 | 64 | 135 | 0 | 116 | 7 | 202 | 127 | 61 |
| Binary | 10000 | 11101100 | 110100 | 1011101 | 0 | 1001110 | 111 | 10000010 | 1010111 | 110001 |
Color Harmonies of #10EC34
Complementary color
Monochromatic Colors of #10EC34
Black with #10EC34
Text Example
Text Example
White with #10EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC34; }
p { color: rgb(16,236,52); }
H1.HeaderClassName
{
color: #10EC34;
}
.AnyTagClassName
{
color: #10EC34;
}
</style>
background-color css
<style>
a { background-color: #10EC34; }
a { background-color: rgb(16,236,52); }
div.DivClassName
{
background-color: #10EC34;
}
.BgClassName
{
background-color: #10EC34;
}
</style>
border-color css
<style>
span { border-color: #10EC34; }
span { border-color: rgb(16,236,52); }
td.TdClassName
{
border-color: #10EC34;
}
.TagClassName
{
border-color: #10EC34;
}
</style>