Shades of Malachite #12DF4E
Tints of Malachite #12DF4E
RGB
CMYK
RGB Variations
Color information
#12DF4E (or 0x12DF4E) is known color: Malachite. HEX triplet: 12, DF and 4E. RGB value is (18,223,78). Sum of RGB (Red+Green+Blue) = 18+223+78=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DF4E is #ED20B1. Grayscale: #919191. Windows color (decimal): -15540402 or 5168914. OLE color: 5168914.
HSL color Cylindrical-coordinate representation of color #12DF4E: hue angle of 137.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF4E is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 78 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.13 |
| HSL | 137.56º | 0.85% | 0.47% | - |
| HSV(B) | 137.56º | 0.92% | 0.87% | - |
| XYZ | 28.01 | 53.45 | 16.05 | - |
| YUV | 145.18 | 90.08 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 78 | 0.92 | 0 | 0.65 | 0.13 | 137.56 | 0.85 | 0.47 |
| Hex | 12 | DF | 4E | 5C | 0 | 41 | D | 8A | 55 | 2F |
| Octal | 22 | 337 | 116 | 134 | 0 | 101 | 15 | 212 | 125 | 57 |
| Binary | 10010 | 11011111 | 1001110 | 1011100 | 0 | 1000001 | 1101 | 10001010 | 1010101 | 101111 |
Color Harmonies of #12DF4E
Complementary color
Monochromatic Colors of #12DF4E
Black with #12DF4E
Text Example
Text Example
White with #12DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF4E; }
p { color: rgb(18,223,78); }
H1.HeaderClassName
{
color: #12DF4E;
}
.AnyTagClassName
{
color: #12DF4E;
}
</style>
background-color css
<style>
a { background-color: #12DF4E; }
a { background-color: rgb(18,223,78); }
div.DivClassName
{
background-color: #12DF4E;
}
.BgClassName
{
background-color: #12DF4E;
}
</style>
border-color css
<style>
span { border-color: #12DF4E; }
span { border-color: rgb(18,223,78); }
td.TdClassName
{
border-color: #12DF4E;
}
.TagClassName
{
border-color: #12DF4E;
}
</style>