Shades of Malachite #12DA4E
Tints of Malachite #12DA4E
RGB
CMYK
RGB Variations
Color information
#12DA4E (or 0x12DA4E) is known color: Malachite. HEX triplet: 12, DA and 4E. RGB value is (18,218,78). Sum of RGB (Red+Green+Blue) = 18+218+78=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DA4E is #ED25B1. Grayscale: #8E8E8E. Windows color (decimal): -15541682 or 5167634. OLE color: 5167634.
HSL color Cylindrical-coordinate representation of color #12DA4E: hue angle of 138º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA4E is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 78 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.15 |
| HSL | 138º | 0.85% | 0.46% | - |
| HSV(B) | 138º | 0.92% | 0.85% | - |
| XYZ | 26.7 | 50.82 | 15.61 | - |
| YUV | 142.24 | 91.74 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 78 | 0.92 | 0 | 0.64 | 0.15 | 138 | 0.85 | 0.46 |
| Hex | 12 | DA | 4E | 5C | 0 | 40 | F | 8A | 55 | 2E |
| Octal | 22 | 332 | 116 | 134 | 0 | 100 | 17 | 212 | 125 | 56 |
| Binary | 10010 | 11011010 | 1001110 | 1011100 | 0 | 1000000 | 1111 | 10001010 | 1010101 | 101110 |
Color Harmonies of #12DA4E
Complementary color
Monochromatic Colors of #12DA4E
Black with #12DA4E
Text Example
Text Example
White with #12DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA4E; }
p { color: rgb(18,218,78); }
H1.HeaderClassName
{
color: #12DA4E;
}
.AnyTagClassName
{
color: #12DA4E;
}
</style>
background-color css
<style>
a { background-color: #12DA4E; }
a { background-color: rgb(18,218,78); }
div.DivClassName
{
background-color: #12DA4E;
}
.BgClassName
{
background-color: #12DA4E;
}
</style>
border-color css
<style>
span { border-color: #12DA4E; }
span { border-color: rgb(18,218,78); }
td.TdClassName
{
border-color: #12DA4E;
}
.TagClassName
{
border-color: #12DA4E;
}
</style>