Shades of Malachite #12DC6D
Tints of Malachite #12DC6D
RGB
CMYK
RGB Variations
Color information
#12DC6D (or 0x12DC6D) is known color: Malachite. HEX triplet: 12, DC and 6D. RGB value is (18,220,109). Sum of RGB (Red+Green+Blue) = 18+220+109=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC6D is #ED2392. Grayscale: #939393. Windows color (decimal): -15541139 or 7199762. OLE color: 7199762.
HSL color Cylindrical-coordinate representation of color #12DC6D: hue angle of 147.03º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC6D is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 109 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.14 |
| HSL | 147.03º | 0.85% | 0.47% | - |
| HSV(B) | 147.03º | 0.92% | 0.86% | - |
| XYZ | 28.6 | 52.42 | 23.08 | - |
| YUV | 146.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 109 | 0.92 | 0 | 0.50 | 0.14 | 147.03 | 0.85 | 0.47 |
| Hex | 12 | DC | 6D | 5C | 0 | 32 | E | 93 | 55 | 2F |
| Octal | 22 | 334 | 155 | 134 | 0 | 62 | 16 | 223 | 125 | 57 |
| Binary | 10010 | 11011100 | 1101101 | 1011100 | 0 | 110010 | 1110 | 10010011 | 1010101 | 101111 |
Color Harmonies of #12DC6D
Complementary color
Monochromatic Colors of #12DC6D
Black with #12DC6D
Text Example
Text Example
White with #12DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC6D; }
p { color: rgb(18,220,109); }
H1.HeaderClassName
{
color: #12DC6D;
}
.AnyTagClassName
{
color: #12DC6D;
}
</style>
background-color css
<style>
a { background-color: #12DC6D; }
a { background-color: rgb(18,220,109); }
div.DivClassName
{
background-color: #12DC6D;
}
.BgClassName
{
background-color: #12DC6D;
}
</style>
border-color css
<style>
span { border-color: #12DC6D; }
span { border-color: rgb(18,220,109); }
td.TdClassName
{
border-color: #12DC6D;
}
.TagClassName
{
border-color: #12DC6D;
}
</style>