Shades of Malachite #12EC40
Tints of Malachite #12EC40
RGB
CMYK
RGB Variations
Color information
#12EC40 (or 0x12EC40) is known color: Malachite. HEX triplet: 12, EC and 40. RGB value is (18,236,64). Sum of RGB (Red+Green+Blue) = 18+236+64=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EC40 is #ED13BF. Grayscale: #979797. Windows color (decimal): -15537088 or 4254738. OLE color: 4254738.
HSL color Cylindrical-coordinate representation of color #12EC40: hue angle of 132.66º 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 #12EC40 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 64 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.07 |
| HSL | 132.66º | 0.86% | 0.5% | - |
| HSV(B) | 132.66º | 0.92% | 0.93% | - |
| XYZ | 31.17 | 60.49 | 14.88 | - |
| YUV | 151.21 | 78.78 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 64 | 0.92 | 0 | 0.73 | 0.07 | 132.66 | 0.86 | 0.5 |
| Hex | 12 | EC | 40 | 5C | 0 | 49 | 7 | 85 | 56 | 32 |
| Octal | 22 | 354 | 100 | 134 | 0 | 111 | 7 | 205 | 126 | 62 |
| Binary | 10010 | 11101100 | 1000000 | 1011100 | 0 | 1001001 | 111 | 10000101 | 1010110 | 110010 |
Color Harmonies of #12EC40
Complementary color
Monochromatic Colors of #12EC40
Black with #12EC40
Text Example
Text Example
White with #12EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC40; }
p { color: rgb(18,236,64); }
H1.HeaderClassName
{
color: #12EC40;
}
.AnyTagClassName
{
color: #12EC40;
}
</style>
background-color css
<style>
a { background-color: #12EC40; }
a { background-color: rgb(18,236,64); }
div.DivClassName
{
background-color: #12EC40;
}
.BgClassName
{
background-color: #12EC40;
}
</style>
border-color css
<style>
span { border-color: #12EC40; }
span { border-color: rgb(18,236,64); }
td.TdClassName
{
border-color: #12EC40;
}
.TagClassName
{
border-color: #12EC40;
}
</style>