Shades of Malachite #12E93F
Tints of Malachite #12E93F
RGB
CMYK
RGB Variations
Color information
#12E93F (or 0x12E93F) is known color: Malachite. HEX triplet: 12, E9 and 3F. RGB value is (18,233,63). Sum of RGB (Red+Green+Blue) = 18+233+63=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #12E93F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E93F is #ED16C0. Grayscale: #959595. Windows color (decimal): -15537857 or 4188434. OLE color: 4188434.
HSL color Cylindrical-coordinate representation of color #12E93F: hue angle of 132.56º 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 #12E93F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 233 | 63 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.09 |
| HSL | 132.56º | 0.86% | 0.49% | - |
| HSV(B) | 132.56º | 0.92% | 0.91% | - |
| XYZ | 30.29 | 58.77 | 14.45 | - |
| YUV | 149.34 | 79.27 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 233 | 63 | 0.92 | 0 | 0.73 | 0.09 | 132.56 | 0.86 | 0.49 |
| Hex | 12 | E9 | 3F | 5C | 0 | 49 | 9 | 85 | 56 | 31 |
| Octal | 22 | 351 | 77 | 134 | 0 | 111 | 11 | 205 | 126 | 61 |
| Binary | 10010 | 11101001 | 111111 | 1011100 | 0 | 1001001 | 1001 | 10000101 | 1010110 | 110001 |
Color Harmonies of #12E93F
Complementary color
Monochromatic Colors of #12E93F
Black with #12E93F
Text Example
Text Example
White with #12E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E93F; }
p { color: rgb(18,233,63); }
H1.HeaderClassName
{
color: #12E93F;
}
.AnyTagClassName
{
color: #12E93F;
}
</style>
background-color css
<style>
a { background-color: #12E93F; }
a { background-color: rgb(18,233,63); }
div.DivClassName
{
background-color: #12E93F;
}
.BgClassName
{
background-color: #12E93F;
}
</style>
border-color css
<style>
span { border-color: #12E93F; }
span { border-color: rgb(18,233,63); }
td.TdClassName
{
border-color: #12E93F;
}
.TagClassName
{
border-color: #12E93F;
}
</style>