Shades of Malachite #12EC47
Tints of Malachite #12EC47
RGB
CMYK
RGB Variations
Color information
#12EC47 (or 0x12EC47) is known color: Malachite. HEX triplet: 12, EC and 47. RGB value is (18,236,71). Sum of RGB (Red+Green+Blue) = 18+236+71=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EC47 is #ED13B8. Grayscale: #989898. Windows color (decimal): -15537081 or 4713490. OLE color: 4713490.
HSL color Cylindrical-coordinate representation of color #12EC47: hue angle of 134.59º 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 #12EC47 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 71 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.07 |
| HSL | 134.59º | 0.86% | 0.5% | - |
| HSV(B) | 134.59º | 0.92% | 0.93% | - |
| XYZ | 31.38 | 60.57 | 16 | - |
| YUV | 152.01 | 82.28 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 71 | 0.92 | 0 | 0.70 | 0.07 | 134.59 | 0.86 | 0.5 |
| Hex | 12 | EC | 47 | 5C | 0 | 46 | 7 | 87 | 56 | 32 |
| Octal | 22 | 354 | 107 | 134 | 0 | 106 | 7 | 207 | 126 | 62 |
| Binary | 10010 | 11101100 | 1000111 | 1011100 | 0 | 1000110 | 111 | 10000111 | 1010110 | 110010 |
Color Harmonies of #12EC47
Complementary color
Monochromatic Colors of #12EC47
Black with #12EC47
Text Example
Text Example
White with #12EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC47; }
p { color: rgb(18,236,71); }
H1.HeaderClassName
{
color: #12EC47;
}
.AnyTagClassName
{
color: #12EC47;
}
</style>
background-color css
<style>
a { background-color: #12EC47; }
a { background-color: rgb(18,236,71); }
div.DivClassName
{
background-color: #12EC47;
}
.BgClassName
{
background-color: #12EC47;
}
</style>
border-color css
<style>
span { border-color: #12EC47; }
span { border-color: rgb(18,236,71); }
td.TdClassName
{
border-color: #12EC47;
}
.TagClassName
{
border-color: #12EC47;
}
</style>