Shades of Malachite #12EC56
Tints of Malachite #12EC56
RGB
CMYK
RGB Variations
Color information
#12EC56 (or 0x12EC56) is known color: Malachite. HEX triplet: 12, EC and 56. RGB value is (18,236,86). Sum of RGB (Red+Green+Blue) = 18+236+86=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC56 is #ED13A9. Grayscale: #9A9A9A. Windows color (decimal): -15537066 or 5696530. OLE color: 5696530.
HSL color Cylindrical-coordinate representation of color #12EC56: hue angle of 138.72º 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 #12EC56 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 86 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.07 |
| HSL | 138.72º | 0.86% | 0.5% | - |
| HSV(B) | 138.72º | 0.92% | 0.93% | - |
| XYZ | 31.92 | 60.79 | 18.86 | - |
| YUV | 153.72 | 89.78 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 86 | 0.92 | 0 | 0.64 | 0.07 | 138.72 | 0.86 | 0.5 |
| Hex | 12 | EC | 56 | 5C | 0 | 40 | 7 | 8B | 56 | 32 |
| Octal | 22 | 354 | 126 | 134 | 0 | 100 | 7 | 213 | 126 | 62 |
| Binary | 10010 | 11101100 | 1010110 | 1011100 | 0 | 1000000 | 111 | 10001011 | 1010110 | 110010 |
Color Harmonies of #12EC56
Complementary color
Monochromatic Colors of #12EC56
Black with #12EC56
Text Example
Text Example
White with #12EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC56; }
p { color: rgb(18,236,86); }
H1.HeaderClassName
{
color: #12EC56;
}
.AnyTagClassName
{
color: #12EC56;
}
</style>
background-color css
<style>
a { background-color: #12EC56; }
a { background-color: rgb(18,236,86); }
div.DivClassName
{
background-color: #12EC56;
}
.BgClassName
{
background-color: #12EC56;
}
</style>
border-color css
<style>
span { border-color: #12EC56; }
span { border-color: rgb(18,236,86); }
td.TdClassName
{
border-color: #12EC56;
}
.TagClassName
{
border-color: #12EC56;
}
</style>