Shades of Malachite #12E162
Tints of Malachite #12E162
RGB
CMYK
RGB Variations
Color information
#12E162 (or 0x12E162) is known color: Malachite. HEX triplet: 12, E1 and 62. RGB value is (18,225,98). Sum of RGB (Red+Green+Blue) = 18+225+98=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #12E162 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E162 is #ED1E9D. Grayscale: #949494. Windows color (decimal): -15539870 or 6480146. OLE color: 6480146.
HSL color Cylindrical-coordinate representation of color #12E162: hue angle of 143.19º 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 #12E162 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 98 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.12 |
| HSL | 143.19º | 0.85% | 0.48% | - |
| HSV(B) | 143.19º | 0.92% | 0.88% | - |
| XYZ | 29.38 | 54.86 | 20.6 | - |
| YUV | 148.63 | 99.42 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 98 | 0.92 | 0 | 0.56 | 0.12 | 143.19 | 0.85 | 0.48 |
| Hex | 12 | E1 | 62 | 5C | 0 | 38 | C | 8F | 55 | 30 |
| Octal | 22 | 341 | 142 | 134 | 0 | 70 | 14 | 217 | 125 | 60 |
| Binary | 10010 | 11100001 | 1100010 | 1011100 | 0 | 111000 | 1100 | 10001111 | 1010101 | 110000 |
Color Harmonies of #12E162
Complementary color
Monochromatic Colors of #12E162
Black with #12E162
Text Example
Text Example
White with #12E162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E162; }
p { color: rgb(18,225,98); }
H1.HeaderClassName
{
color: #12E162;
}
.AnyTagClassName
{
color: #12E162;
}
</style>
background-color css
<style>
a { background-color: #12E162; }
a { background-color: rgb(18,225,98); }
div.DivClassName
{
background-color: #12E162;
}
.BgClassName
{
background-color: #12E162;
}
</style>
border-color css
<style>
span { border-color: #12E162; }
span { border-color: rgb(18,225,98); }
td.TdClassName
{
border-color: #12E162;
}
.TagClassName
{
border-color: #12E162;
}
</style>