Shades of Malachite #12E446
Tints of Malachite #12E446
RGB
CMYK
RGB Variations
Color information
#12E446 (or 0x12E446) is known color: Malachite. HEX triplet: 12, E4 and 46. RGB value is (18,228,70). Sum of RGB (Red+Green+Blue) = 18+228+70=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #12E446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E446 is #ED1BB9. Grayscale: #939393. Windows color (decimal): -15539130 or 4645906. OLE color: 4645906.
HSL color Cylindrical-coordinate representation of color #12E446: hue angle of 134.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E446 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 70 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.11 |
| HSL | 134.86º | 0.85% | 0.48% | - |
| HSV(B) | 134.86º | 0.92% | 0.89% | - |
| XYZ | 29.1 | 56.06 | 15.08 | - |
| YUV | 147.2 | 84.43 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 70 | 0.92 | 0 | 0.69 | 0.11 | 134.86 | 0.85 | 0.48 |
| Hex | 12 | E4 | 46 | 5C | 0 | 45 | B | 87 | 55 | 30 |
| Octal | 22 | 344 | 106 | 134 | 0 | 105 | 13 | 207 | 125 | 60 |
| Binary | 10010 | 11100100 | 1000110 | 1011100 | 0 | 1000101 | 1011 | 10000111 | 1010101 | 110000 |
Color Harmonies of #12E446
Complementary color
Monochromatic Colors of #12E446
Black with #12E446
Text Example
Text Example
White with #12E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E446; }
p { color: rgb(18,228,70); }
H1.HeaderClassName
{
color: #12E446;
}
.AnyTagClassName
{
color: #12E446;
}
</style>
background-color css
<style>
a { background-color: #12E446; }
a { background-color: rgb(18,228,70); }
div.DivClassName
{
background-color: #12E446;
}
.BgClassName
{
background-color: #12E446;
}
</style>
border-color css
<style>
span { border-color: #12E446; }
span { border-color: rgb(18,228,70); }
td.TdClassName
{
border-color: #12E446;
}
.TagClassName
{
border-color: #12E446;
}
</style>