Shades of Malachite #12DB6D
Tints of Malachite #12DB6D
RGB
CMYK
RGB Variations
Color information
#12DB6D (or 0x12DB6D) is known color: Malachite. HEX triplet: 12, DB and 6D. RGB value is (18,219,109). Sum of RGB (Red+Green+Blue) = 18+219+109=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB6D is #ED2492. Grayscale: #929292. Windows color (decimal): -15541395 or 7199506. OLE color: 7199506.
HSL color Cylindrical-coordinate representation of color #12DB6D: hue angle of 147.16º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB6D is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 109 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.14 |
| HSL | 147.16º | 0.85% | 0.46% | - |
| HSV(B) | 147.16º | 0.92% | 0.86% | - |
| XYZ | 28.34 | 51.9 | 22.99 | - |
| YUV | 146.36 | 106.91 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 109 | 0.92 | 0 | 0.50 | 0.14 | 147.16 | 0.85 | 0.46 |
| Hex | 12 | DB | 6D | 5C | 0 | 32 | E | 93 | 55 | 2E |
| Octal | 22 | 333 | 155 | 134 | 0 | 62 | 16 | 223 | 125 | 56 |
| Binary | 10010 | 11011011 | 1101101 | 1011100 | 0 | 110010 | 1110 | 10010011 | 1010101 | 101110 |
Color Harmonies of #12DB6D
Complementary color
Monochromatic Colors of #12DB6D
Black with #12DB6D
Text Example
Text Example
White with #12DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB6D; }
p { color: rgb(18,219,109); }
H1.HeaderClassName
{
color: #12DB6D;
}
.AnyTagClassName
{
color: #12DB6D;
}
</style>
background-color css
<style>
a { background-color: #12DB6D; }
a { background-color: rgb(18,219,109); }
div.DivClassName
{
background-color: #12DB6D;
}
.BgClassName
{
background-color: #12DB6D;
}
</style>
border-color css
<style>
span { border-color: #12DB6D; }
span { border-color: rgb(18,219,109); }
td.TdClassName
{
border-color: #12DB6D;
}
.TagClassName
{
border-color: #12DB6D;
}
</style>