Shades of Malachite #12E150
Tints of Malachite #12E150
RGB
CMYK
RGB Variations
Color information
#12E150 (or 0x12E150) is known color: Malachite. HEX triplet: 12, E1 and 50. RGB value is (18,225,80). Sum of RGB (Red+Green+Blue) = 18+225+80=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #12E150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E150 is #ED1EAF. Grayscale: #929292. Windows color (decimal): -15539888 or 5300498. OLE color: 5300498.
HSL color Cylindrical-coordinate representation of color #12E150: hue angle of 137.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E150 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 80 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.12 |
| HSL | 137.97º | 0.85% | 0.48% | - |
| HSV(B) | 137.97º | 0.92% | 0.88% | - |
| XYZ | 28.62 | 54.56 | 16.61 | - |
| YUV | 146.58 | 90.42 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 80 | 0.92 | 0 | 0.64 | 0.12 | 137.97 | 0.85 | 0.48 |
| Hex | 12 | E1 | 50 | 5C | 0 | 40 | C | 8A | 55 | 30 |
| Octal | 22 | 341 | 120 | 134 | 0 | 100 | 14 | 212 | 125 | 60 |
| Binary | 10010 | 11100001 | 1010000 | 1011100 | 0 | 1000000 | 1100 | 10001010 | 1010101 | 110000 |
Color Harmonies of #12E150
Complementary color
Monochromatic Colors of #12E150
Black with #12E150
Text Example
Text Example
White with #12E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E150; }
p { color: rgb(18,225,80); }
H1.HeaderClassName
{
color: #12E150;
}
.AnyTagClassName
{
color: #12E150;
}
</style>
background-color css
<style>
a { background-color: #12E150; }
a { background-color: rgb(18,225,80); }
div.DivClassName
{
background-color: #12E150;
}
.BgClassName
{
background-color: #12E150;
}
</style>
border-color css
<style>
span { border-color: #12E150; }
span { border-color: rgb(18,225,80); }
td.TdClassName
{
border-color: #12E150;
}
.TagClassName
{
border-color: #12E150;
}
</style>