Shades of Malachite #12EC57
Tints of Malachite #12EC57
RGB
CMYK
RGB Variations
Color information
#12EC57 (or 0x12EC57) is known color: Malachite. HEX triplet: 12, EC and 57. RGB value is (18,236,87). Sum of RGB (Red+Green+Blue) = 18+236+87=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC57 is #ED13A8. Grayscale: #9A9A9A. Windows color (decimal): -15537065 or 5762066. OLE color: 5762066.
HSL color Cylindrical-coordinate representation of color #12EC57: hue angle of 138.99º 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 #12EC57 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 87 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.07 |
| HSL | 138.99º | 0.86% | 0.5% | - |
| HSV(B) | 138.99º | 0.92% | 0.93% | - |
| XYZ | 31.97 | 60.81 | 19.07 | - |
| YUV | 153.83 | 90.28 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 87 | 0.92 | 0 | 0.63 | 0.07 | 138.99 | 0.86 | 0.5 |
| Hex | 12 | EC | 57 | 5C | 0 | 3F | 7 | 8B | 56 | 32 |
| Octal | 22 | 354 | 127 | 134 | 0 | 77 | 7 | 213 | 126 | 62 |
| Binary | 10010 | 11101100 | 1010111 | 1011100 | 0 | 111111 | 111 | 10001011 | 1010110 | 110010 |
Color Harmonies of #12EC57
Complementary color
Monochromatic Colors of #12EC57
Black with #12EC57
Text Example
Text Example
White with #12EC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC57; }
p { color: rgb(18,236,87); }
H1.HeaderClassName
{
color: #12EC57;
}
.AnyTagClassName
{
color: #12EC57;
}
</style>
background-color css
<style>
a { background-color: #12EC57; }
a { background-color: rgb(18,236,87); }
div.DivClassName
{
background-color: #12EC57;
}
.BgClassName
{
background-color: #12EC57;
}
</style>
border-color css
<style>
span { border-color: #12EC57; }
span { border-color: rgb(18,236,87); }
td.TdClassName
{
border-color: #12EC57;
}
.TagClassName
{
border-color: #12EC57;
}
</style>