Shades of Malachite #12D76D
Tints of Malachite #12D76D
RGB
CMYK
RGB Variations
Color information
#12D76D (or 0x12D76D) is known color: Malachite. HEX triplet: 12, D7 and 6D. RGB value is (18,215,109). Sum of RGB (Red+Green+Blue) = 18+215+109=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #12D76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D76D is #ED2892. Grayscale: #909090. Windows color (decimal): -15542419 or 7198482. OLE color: 7198482.
HSL color Cylindrical-coordinate representation of color #12D76D: hue angle of 147.72º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D76D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 109 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.16 |
| HSL | 147.72º | 0.85% | 0.46% | - |
| HSV(B) | 147.72º | 0.92% | 0.84% | - |
| XYZ | 27.31 | 49.83 | 22.65 | - |
| YUV | 144.01 | 108.23 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 109 | 0.92 | 0 | 0.49 | 0.16 | 147.72 | 0.85 | 0.46 |
| Hex | 12 | D7 | 6D | 5C | 0 | 31 | 10 | 94 | 55 | 2E |
| Octal | 22 | 327 | 155 | 134 | 0 | 61 | 20 | 224 | 125 | 56 |
| Binary | 10010 | 11010111 | 1101101 | 1011100 | 0 | 110001 | 10000 | 10010100 | 1010101 | 101110 |
Color Harmonies of #12D76D
Complementary color
Monochromatic Colors of #12D76D
Black with #12D76D
Text Example
Text Example
White with #12D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D76D; }
p { color: rgb(18,215,109); }
H1.HeaderClassName
{
color: #12D76D;
}
.AnyTagClassName
{
color: #12D76D;
}
</style>
background-color css
<style>
a { background-color: #12D76D; }
a { background-color: rgb(18,215,109); }
div.DivClassName
{
background-color: #12D76D;
}
.BgClassName
{
background-color: #12D76D;
}
</style>
border-color css
<style>
span { border-color: #12D76D; }
span { border-color: rgb(18,215,109); }
td.TdClassName
{
border-color: #12D76D;
}
.TagClassName
{
border-color: #12D76D;
}
</style>