Shades of Malachite #12D646
Tints of Malachite #12D646
RGB
CMYK
RGB Variations
Color information
#12D646 (or 0x12D646) is known color: Malachite. HEX triplet: 12, D6 and 46. RGB value is (18,214,70). Sum of RGB (Red+Green+Blue) = 18+214+70=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 214 (83.98% from 255 or 70.86% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 214 - color contains mainly: green. Hex color #12D646 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D646 is #ED29B9. Grayscale: #8B8B8B. Windows color (decimal): -15542714 or 4642322. OLE color: 4642322.
HSL color Cylindrical-coordinate representation of color #12D646: hue angle of 135.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D646 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 70 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.16 |
| HSL | 135.92º | 0.84% | 0.45% | - |
| HSV(B) | 135.92º | 0.92% | 0.84% | - |
| XYZ | 25.4 | 48.66 | 13.85 | - |
| YUV | 138.98 | 89.07 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 70 | 0.92 | 0 | 0.67 | 0.16 | 135.92 | 0.84 | 0.45 |
| Hex | 12 | D6 | 46 | 5C | 0 | 43 | 10 | 88 | 54 | 2D |
| Octal | 22 | 326 | 106 | 134 | 0 | 103 | 20 | 210 | 124 | 55 |
| Binary | 10010 | 11010110 | 1000110 | 1011100 | 0 | 1000011 | 10000 | 10001000 | 1010100 | 101101 |
Color Harmonies of #12D646
Complementary color
Monochromatic Colors of #12D646
Black with #12D646
Text Example
Text Example
White with #12D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D646; }
p { color: rgb(18,214,70); }
H1.HeaderClassName
{
color: #12D646;
}
.AnyTagClassName
{
color: #12D646;
}
</style>
background-color css
<style>
a { background-color: #12D646; }
a { background-color: rgb(18,214,70); }
div.DivClassName
{
background-color: #12D646;
}
.BgClassName
{
background-color: #12D646;
}
</style>
border-color css
<style>
span { border-color: #12D646; }
span { border-color: rgb(18,214,70); }
td.TdClassName
{
border-color: #12D646;
}
.TagClassName
{
border-color: #12D646;
}
</style>