Shades of Malachite #12ED3F
Tints of Malachite #12ED3F
RGB
CMYK
RGB Variations
Color information
#12ED3F (or 0x12ED3F) is known color: Malachite. HEX triplet: 12, ED and 3F. RGB value is (18,237,63). Sum of RGB (Red+Green+Blue) = 18+237+63=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 237 (92.97% from 255 or 74.53% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 237 - color contains mainly: green. Hex color #12ED3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12ED3F is #ED12C0. Grayscale: #989898. Windows color (decimal): -15536833 or 4189458. OLE color: 4189458.
HSL color Cylindrical-coordinate representation of color #12ED3F: hue angle of 132.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ED3F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 63 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.07 |
| HSL | 132.33º | 0.86% | 0.5% | - |
| HSV(B) | 132.33º | 0.92% | 0.93% | - |
| XYZ | 31.43 | 61.06 | 14.83 | - |
| YUV | 151.68 | 77.95 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 63 | 0.92 | 0 | 0.73 | 0.07 | 132.33 | 0.86 | 0.5 |
| Hex | 12 | ED | 3F | 5C | 0 | 49 | 7 | 84 | 56 | 32 |
| Octal | 22 | 355 | 77 | 134 | 0 | 111 | 7 | 204 | 126 | 62 |
| Binary | 10010 | 11101101 | 111111 | 1011100 | 0 | 1001001 | 111 | 10000100 | 1010110 | 110010 |
Color Harmonies of #12ED3F
Complementary color
Monochromatic Colors of #12ED3F
Black with #12ED3F
Text Example
Text Example
White with #12ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ED3F; }
p { color: rgb(18,237,63); }
H1.HeaderClassName
{
color: #12ED3F;
}
.AnyTagClassName
{
color: #12ED3F;
}
</style>
background-color css
<style>
a { background-color: #12ED3F; }
a { background-color: rgb(18,237,63); }
div.DivClassName
{
background-color: #12ED3F;
}
.BgClassName
{
background-color: #12ED3F;
}
</style>
border-color css
<style>
span { border-color: #12ED3F; }
span { border-color: rgb(18,237,63); }
td.TdClassName
{
border-color: #12ED3F;
}
.TagClassName
{
border-color: #12ED3F;
}
</style>