Shades of Malachite #12E85D
Tints of Malachite #12E85D
RGB
CMYK
RGB Variations
Color information
#12E85D (or 0x12E85D) is known color: Malachite. HEX triplet: 12, E8 and 5D. RGB value is (18,232,93). Sum of RGB (Red+Green+Blue) = 18+232+93=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 232 (91.02% from 255 or 67.64% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 232 - color contains mainly: green. Hex color #12E85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E85D is #ED17A2. Grayscale: #989898. Windows color (decimal): -15538083 or 6154258. OLE color: 6154258.
HSL color Cylindrical-coordinate representation of color #12E85D: hue angle of 141.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E85D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 232 | 93 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.09 |
| HSL | 141.03º | 0.86% | 0.49% | - |
| HSV(B) | 141.03º | 0.92% | 0.91% | - |
| XYZ | 31.08 | 58.63 | 20.03 | - |
| YUV | 152.17 | 94.6 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 232 | 93 | 0.92 | 0 | 0.60 | 0.09 | 141.03 | 0.86 | 0.49 |
| Hex | 12 | E8 | 5D | 5C | 0 | 3C | 9 | 8D | 56 | 31 |
| Octal | 22 | 350 | 135 | 134 | 0 | 74 | 11 | 215 | 126 | 61 |
| Binary | 10010 | 11101000 | 1011101 | 1011100 | 0 | 111100 | 1001 | 10001101 | 1010110 | 110001 |
Color Harmonies of #12E85D
Complementary color
Monochromatic Colors of #12E85D
Black with #12E85D
Text Example
Text Example
White with #12E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E85D; }
p { color: rgb(18,232,93); }
H1.HeaderClassName
{
color: #12E85D;
}
.AnyTagClassName
{
color: #12E85D;
}
</style>
background-color css
<style>
a { background-color: #12E85D; }
a { background-color: rgb(18,232,93); }
div.DivClassName
{
background-color: #12E85D;
}
.BgClassName
{
background-color: #12E85D;
}
</style>
border-color css
<style>
span { border-color: #12E85D; }
span { border-color: rgb(18,232,93); }
td.TdClassName
{
border-color: #12E85D;
}
.TagClassName
{
border-color: #12E85D;
}
</style>