Shades of Malachite #12EA5E
Tints of Malachite #12EA5E
RGB
CMYK
RGB Variations
Color information
#12EA5E (or 0x12EA5E) is known color: Malachite. HEX triplet: 12, EA and 5E. RGB value is (18,234,94). Sum of RGB (Red+Green+Blue) = 18+234+94=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EA5E is #ED15A1. Grayscale: #999999. Windows color (decimal): -15537570 or 6220306. OLE color: 6220306.
HSL color Cylindrical-coordinate representation of color #12EA5E: hue angle of 141.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA5E is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 94 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.08 |
| HSL | 141.11º | 0.86% | 0.49% | - |
| HSV(B) | 141.11º | 0.92% | 0.92% | - |
| XYZ | 31.69 | 59.78 | 20.46 | - |
| YUV | 153.46 | 94.44 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 94 | 0.92 | 0 | 0.60 | 0.08 | 141.11 | 0.86 | 0.49 |
| Hex | 12 | EA | 5E | 5C | 0 | 3C | 8 | 8D | 56 | 31 |
| Octal | 22 | 352 | 136 | 134 | 0 | 74 | 10 | 215 | 126 | 61 |
| Binary | 10010 | 11101010 | 1011110 | 1011100 | 0 | 111100 | 1000 | 10001101 | 1010110 | 110001 |
Color Harmonies of #12EA5E
Complementary color
Monochromatic Colors of #12EA5E
Black with #12EA5E
Text Example
Text Example
White with #12EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA5E; }
p { color: rgb(18,234,94); }
H1.HeaderClassName
{
color: #12EA5E;
}
.AnyTagClassName
{
color: #12EA5E;
}
</style>
background-color css
<style>
a { background-color: #12EA5E; }
a { background-color: rgb(18,234,94); }
div.DivClassName
{
background-color: #12EA5E;
}
.BgClassName
{
background-color: #12EA5E;
}
</style>
border-color css
<style>
span { border-color: #12EA5E; }
span { border-color: rgb(18,234,94); }
td.TdClassName
{
border-color: #12EA5E;
}
.TagClassName
{
border-color: #12EA5E;
}
</style>