Shades of Malachite #12E35C
Tints of Malachite #12E35C
RGB
CMYK
RGB Variations
Color information
#12E35C (or 0x12E35C) is known color: Malachite. HEX triplet: 12, E3 and 5C. RGB value is (18,227,92). Sum of RGB (Red+Green+Blue) = 18+227+92=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #12E35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E35C is #ED1CA3. Grayscale: #959595. Windows color (decimal): -15539364 or 6087442. OLE color: 6087442.
HSL color Cylindrical-coordinate representation of color #12E35C: hue angle of 141.24º 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 #12E35C is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 92 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.11 |
| HSL | 141.24º | 0.85% | 0.48% | - |
| HSV(B) | 141.24º | 0.92% | 0.89% | - |
| XYZ | 29.65 | 55.84 | 19.34 | - |
| YUV | 149.12 | 95.76 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 92 | 0.92 | 0 | 0.59 | 0.11 | 141.24 | 0.85 | 0.48 |
| Hex | 12 | E3 | 5C | 5C | 0 | 3B | B | 8D | 55 | 30 |
| Octal | 22 | 343 | 134 | 134 | 0 | 73 | 13 | 215 | 125 | 60 |
| Binary | 10010 | 11100011 | 1011100 | 1011100 | 0 | 111011 | 1011 | 10001101 | 1010101 | 110000 |
Color Harmonies of #12E35C
Complementary color
Monochromatic Colors of #12E35C
Black with #12E35C
Text Example
Text Example
White with #12E35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E35C; }
p { color: rgb(18,227,92); }
H1.HeaderClassName
{
color: #12E35C;
}
.AnyTagClassName
{
color: #12E35C;
}
</style>
background-color css
<style>
a { background-color: #12E35C; }
a { background-color: rgb(18,227,92); }
div.DivClassName
{
background-color: #12E35C;
}
.BgClassName
{
background-color: #12E35C;
}
</style>
border-color css
<style>
span { border-color: #12E35C; }
span { border-color: rgb(18,227,92); }
td.TdClassName
{
border-color: #12E35C;
}
.TagClassName
{
border-color: #12E35C;
}
</style>