Shades of Malachite #12EC4E
Tints of Malachite #12EC4E
RGB
CMYK
RGB Variations
Color information
#12EC4E (or 0x12EC4E) is known color: Malachite. HEX triplet: 12, EC and 4E. RGB value is (18,236,78). Sum of RGB (Red+Green+Blue) = 18+236+78=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC4E is #ED13B1. Grayscale: #999999. Windows color (decimal): -15537074 or 5172242. OLE color: 5172242.
HSL color Cylindrical-coordinate representation of color #12EC4E: hue angle of 136.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC4E is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 78 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.07 |
| HSL | 136.51º | 0.86% | 0.5% | - |
| HSV(B) | 136.51º | 0.92% | 0.93% | - |
| XYZ | 31.62 | 60.67 | 17.25 | - |
| YUV | 152.81 | 85.78 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 78 | 0.92 | 0 | 0.67 | 0.07 | 136.51 | 0.86 | 0.5 |
| Hex | 12 | EC | 4E | 5C | 0 | 43 | 7 | 89 | 56 | 32 |
| Octal | 22 | 354 | 116 | 134 | 0 | 103 | 7 | 211 | 126 | 62 |
| Binary | 10010 | 11101100 | 1001110 | 1011100 | 0 | 1000011 | 111 | 10001001 | 1010110 | 110010 |
Color Harmonies of #12EC4E
Complementary color
Monochromatic Colors of #12EC4E
Black with #12EC4E
Text Example
Text Example
White with #12EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC4E; }
p { color: rgb(18,236,78); }
H1.HeaderClassName
{
color: #12EC4E;
}
.AnyTagClassName
{
color: #12EC4E;
}
</style>
background-color css
<style>
a { background-color: #12EC4E; }
a { background-color: rgb(18,236,78); }
div.DivClassName
{
background-color: #12EC4E;
}
.BgClassName
{
background-color: #12EC4E;
}
</style>
border-color css
<style>
span { border-color: #12EC4E; }
span { border-color: rgb(18,236,78); }
td.TdClassName
{
border-color: #12EC4E;
}
.TagClassName
{
border-color: #12EC4E;
}
</style>