Shades of Malachite #12EC34
Tints of Malachite #12EC34
RGB
CMYK
RGB Variations
Color information
#12EC34 (or 0x12EC34) is known color: Malachite. HEX triplet: 12, EC and 34. RGB value is (18,236,52). Sum of RGB (Red+Green+Blue) = 18+236+52=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EC34 is #ED13CB. Grayscale: #969696. Windows color (decimal): -15537100 or 3468306. OLE color: 3468306.
HSL color Cylindrical-coordinate representation of color #12EC34: hue angle of 129.36º 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 #12EC34 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 52 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.07 |
| HSL | 129.36º | 0.86% | 0.5% | - |
| HSV(B) | 129.36º | 0.92% | 0.93% | - |
| XYZ | 30.86 | 60.37 | 13.27 | - |
| YUV | 149.84 | 72.78 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 52 | 0.92 | 0 | 0.78 | 0.07 | 129.36 | 0.86 | 0.5 |
| Hex | 12 | EC | 34 | 5C | 0 | 4E | 7 | 81 | 56 | 32 |
| Octal | 22 | 354 | 64 | 134 | 0 | 116 | 7 | 201 | 126 | 62 |
| Binary | 10010 | 11101100 | 110100 | 1011100 | 0 | 1001110 | 111 | 10000001 | 1010110 | 110010 |
Color Harmonies of #12EC34
Complementary color
Monochromatic Colors of #12EC34
Black with #12EC34
Text Example
Text Example
White with #12EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC34; }
p { color: rgb(18,236,52); }
H1.HeaderClassName
{
color: #12EC34;
}
.AnyTagClassName
{
color: #12EC34;
}
</style>
background-color css
<style>
a { background-color: #12EC34; }
a { background-color: rgb(18,236,52); }
div.DivClassName
{
background-color: #12EC34;
}
.BgClassName
{
background-color: #12EC34;
}
</style>
border-color css
<style>
span { border-color: #12EC34; }
span { border-color: rgb(18,236,52); }
td.TdClassName
{
border-color: #12EC34;
}
.TagClassName
{
border-color: #12EC34;
}
</style>