Shades of Malachite #12EC64
Tints of Malachite #12EC64
RGB
CMYK
RGB Variations
Color information
#12EC64 (or 0x12EC64) is known color: Malachite. HEX triplet: 12, EC and 64. RGB value is (18,236,100). Sum of RGB (Red+Green+Blue) = 18+236+100=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC64 is #ED139B. Grayscale: #9B9B9B. Windows color (decimal): -15537052 or 6614034. OLE color: 6614034.
HSL color Cylindrical-coordinate representation of color #12EC64: hue angle of 142.57º 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 #12EC64 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 100 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.07 |
| HSL | 142.57º | 0.86% | 0.5% | - |
| HSV(B) | 142.57º | 0.92% | 0.93% | - |
| XYZ | 32.55 | 61.04 | 22.12 | - |
| YUV | 155.31 | 96.78 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 100 | 0.92 | 0 | 0.58 | 0.07 | 142.57 | 0.86 | 0.5 |
| Hex | 12 | EC | 64 | 5C | 0 | 3A | 7 | 8F | 56 | 32 |
| Octal | 22 | 354 | 144 | 134 | 0 | 72 | 7 | 217 | 126 | 62 |
| Binary | 10010 | 11101100 | 1100100 | 1011100 | 0 | 111010 | 111 | 10001111 | 1010110 | 110010 |
Color Harmonies of #12EC64
Complementary color
Monochromatic Colors of #12EC64
Black with #12EC64
Text Example
Text Example
White with #12EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC64; }
p { color: rgb(18,236,100); }
H1.HeaderClassName
{
color: #12EC64;
}
.AnyTagClassName
{
color: #12EC64;
}
</style>
background-color css
<style>
a { background-color: #12EC64; }
a { background-color: rgb(18,236,100); }
div.DivClassName
{
background-color: #12EC64;
}
.BgClassName
{
background-color: #12EC64;
}
</style>
border-color css
<style>
span { border-color: #12EC64; }
span { border-color: rgb(18,236,100); }
td.TdClassName
{
border-color: #12EC64;
}
.TagClassName
{
border-color: #12EC64;
}
</style>