Shades of Malachite #12EA5A
Tints of Malachite #12EA5A
RGB
CMYK
RGB Variations
Color information
#12EA5A (or 0x12EA5A) is known color: Malachite. HEX triplet: 12, EA and 5A. RGB value is (18,234,90). Sum of RGB (Red+Green+Blue) = 18+234+90=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EA5A is #ED15A5. Grayscale: #999999. Windows color (decimal): -15537574 or 5958162. OLE color: 5958162.
HSL color Cylindrical-coordinate representation of color #12EA5A: hue angle of 140º 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 #12EA5A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 90 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.08 |
| HSL | 140º | 0.86% | 0.49% | - |
| HSV(B) | 140º | 0.92% | 0.92% | - |
| XYZ | 31.52 | 59.71 | 19.54 | - |
| YUV | 153 | 92.44 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 90 | 0.92 | 0 | 0.62 | 0.08 | 140 | 0.86 | 0.49 |
| Hex | 12 | EA | 5A | 5C | 0 | 3E | 8 | 8C | 56 | 31 |
| Octal | 22 | 352 | 132 | 134 | 0 | 76 | 10 | 214 | 126 | 61 |
| Binary | 10010 | 11101010 | 1011010 | 1011100 | 0 | 111110 | 1000 | 10001100 | 1010110 | 110001 |
Color Harmonies of #12EA5A
Complementary color
Monochromatic Colors of #12EA5A
Black with #12EA5A
Text Example
Text Example
White with #12EA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA5A; }
p { color: rgb(18,234,90); }
H1.HeaderClassName
{
color: #12EA5A;
}
.AnyTagClassName
{
color: #12EA5A;
}
</style>
background-color css
<style>
a { background-color: #12EA5A; }
a { background-color: rgb(18,234,90); }
div.DivClassName
{
background-color: #12EA5A;
}
.BgClassName
{
background-color: #12EA5A;
}
</style>
border-color css
<style>
span { border-color: #12EA5A; }
span { border-color: rgb(18,234,90); }
td.TdClassName
{
border-color: #12EA5A;
}
.TagClassName
{
border-color: #12EA5A;
}
</style>