Shades of Malachite #12E047
Tints of Malachite #12E047
RGB
CMYK
RGB Variations
Color information
#12E047 (or 0x12E047) is known color: Malachite. HEX triplet: 12, E0 and 47. RGB value is (18,224,71). Sum of RGB (Red+Green+Blue) = 18+224+71=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #12E047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E047 is #ED1FB8. Grayscale: #919191. Windows color (decimal): -15540153 or 4710418. OLE color: 4710418.
HSL color Cylindrical-coordinate representation of color #12E047: hue angle of 135.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E047 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 71 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.12 |
| HSL | 135.44º | 0.85% | 0.47% | - |
| HSV(B) | 135.44º | 0.92% | 0.88% | - |
| XYZ | 28.04 | 53.89 | 14.89 | - |
| YUV | 144.96 | 86.25 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 71 | 0.92 | 0 | 0.68 | 0.12 | 135.44 | 0.85 | 0.47 |
| Hex | 12 | E0 | 47 | 5C | 0 | 44 | C | 87 | 55 | 2F |
| Octal | 22 | 340 | 107 | 134 | 0 | 104 | 14 | 207 | 125 | 57 |
| Binary | 10010 | 11100000 | 1000111 | 1011100 | 0 | 1000100 | 1100 | 10000111 | 1010101 | 101111 |
Color Harmonies of #12E047
Complementary color
Monochromatic Colors of #12E047
Black with #12E047
Text Example
Text Example
White with #12E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E047; }
p { color: rgb(18,224,71); }
H1.HeaderClassName
{
color: #12E047;
}
.AnyTagClassName
{
color: #12E047;
}
</style>
background-color css
<style>
a { background-color: #12E047; }
a { background-color: rgb(18,224,71); }
div.DivClassName
{
background-color: #12E047;
}
.BgClassName
{
background-color: #12E047;
}
</style>
border-color css
<style>
span { border-color: #12E047; }
span { border-color: rgb(18,224,71); }
td.TdClassName
{
border-color: #12E047;
}
.TagClassName
{
border-color: #12E047;
}
</style>