Shades of Malachite #12E265
Tints of Malachite #12E265
RGB
CMYK
RGB Variations
Color information
#12E265 (or 0x12E265) is known color: Malachite. HEX triplet: 12, E2 and 65. RGB value is (18,226,101). Sum of RGB (Red+Green+Blue) = 18+226+101=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #12E265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E265 is #ED1D9A. Grayscale: #959595. Windows color (decimal): -15539611 or 6677010. OLE color: 6677010.
HSL color Cylindrical-coordinate representation of color #12E265: hue angle of 143.94º 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 #12E265 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 101 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.11 |
| HSL | 143.94º | 0.85% | 0.48% | - |
| HSV(B) | 143.94º | 0.92% | 0.89% | - |
| XYZ | 29.79 | 55.46 | 21.45 | - |
| YUV | 149.56 | 100.59 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 101 | 0.92 | 0 | 0.55 | 0.11 | 143.94 | 0.85 | 0.48 |
| Hex | 12 | E2 | 65 | 5C | 0 | 37 | B | 90 | 55 | 30 |
| Octal | 22 | 342 | 145 | 134 | 0 | 67 | 13 | 220 | 125 | 60 |
| Binary | 10010 | 11100010 | 1100101 | 1011100 | 0 | 110111 | 1011 | 10010000 | 1010101 | 110000 |
Color Harmonies of #12E265
Complementary color
Monochromatic Colors of #12E265
Black with #12E265
Text Example
Text Example
White with #12E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E265; }
p { color: rgb(18,226,101); }
H1.HeaderClassName
{
color: #12E265;
}
.AnyTagClassName
{
color: #12E265;
}
</style>
background-color css
<style>
a { background-color: #12E265; }
a { background-color: rgb(18,226,101); }
div.DivClassName
{
background-color: #12E265;
}
.BgClassName
{
background-color: #12E265;
}
</style>
border-color css
<style>
span { border-color: #12E265; }
span { border-color: rgb(18,226,101); }
td.TdClassName
{
border-color: #12E265;
}
.TagClassName
{
border-color: #12E265;
}
</style>