Shades of Malachite #12E351
Tints of Malachite #12E351
RGB
CMYK
RGB Variations
Color information
#12E351 (or 0x12E351) is known color: Malachite. HEX triplet: 12, E3 and 51. RGB value is (18,227,81). Sum of RGB (Red+Green+Blue) = 18+227+81=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #12E351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E351 is #ED1CAE. Grayscale: #949494. Windows color (decimal): -15539375 or 5366546. OLE color: 5366546.
HSL color Cylindrical-coordinate representation of color #12E351: hue angle of 138.09º 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 #12E351 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 81 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.11 |
| HSL | 138.09º | 0.85% | 0.48% | - |
| HSV(B) | 138.09º | 0.92% | 0.89% | - |
| XYZ | 29.2 | 55.66 | 16.99 | - |
| YUV | 147.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 81 | 0.92 | 0 | 0.64 | 0.11 | 138.09 | 0.85 | 0.48 |
| Hex | 12 | E3 | 51 | 5C | 0 | 40 | B | 8A | 55 | 30 |
| Octal | 22 | 343 | 121 | 134 | 0 | 100 | 13 | 212 | 125 | 60 |
| Binary | 10010 | 11100011 | 1010001 | 1011100 | 0 | 1000000 | 1011 | 10001010 | 1010101 | 110000 |
Color Harmonies of #12E351
Complementary color
Monochromatic Colors of #12E351
Black with #12E351
Text Example
Text Example
White with #12E351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E351; }
p { color: rgb(18,227,81); }
H1.HeaderClassName
{
color: #12E351;
}
.AnyTagClassName
{
color: #12E351;
}
</style>
background-color css
<style>
a { background-color: #12E351; }
a { background-color: rgb(18,227,81); }
div.DivClassName
{
background-color: #12E351;
}
.BgClassName
{
background-color: #12E351;
}
</style>
border-color css
<style>
span { border-color: #12E351; }
span { border-color: rgb(18,227,81); }
td.TdClassName
{
border-color: #12E351;
}
.TagClassName
{
border-color: #12E351;
}
</style>