Shades of Malachite #12D747
Tints of Malachite #12D747
RGB
CMYK
RGB Variations
Color information
#12D747 (or 0x12D747) is known color: Malachite. HEX triplet: 12, D7 and 47. RGB value is (18,215,71). Sum of RGB (Red+Green+Blue) = 18+215+71=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #12D747 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D747 is #ED28B8. Grayscale: #8C8C8C. Windows color (decimal): -15542457 or 4708114. OLE color: 4708114.
HSL color Cylindrical-coordinate representation of color #12D747: hue angle of 136.14º 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 #12D747 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 71 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.16 |
| HSL | 136.14º | 0.85% | 0.46% | - |
| HSV(B) | 136.14º | 0.92% | 0.84% | - |
| XYZ | 25.69 | 49.18 | 14.1 | - |
| YUV | 139.68 | 89.23 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 71 | 0.92 | 0 | 0.67 | 0.16 | 136.14 | 0.85 | 0.46 |
| Hex | 12 | D7 | 47 | 5C | 0 | 43 | 10 | 88 | 55 | 2E |
| Octal | 22 | 327 | 107 | 134 | 0 | 103 | 20 | 210 | 125 | 56 |
| Binary | 10010 | 11010111 | 1000111 | 1011100 | 0 | 1000011 | 10000 | 10001000 | 1010101 | 101110 |
Color Harmonies of #12D747
Complementary color
Monochromatic Colors of #12D747
Black with #12D747
Text Example
Text Example
White with #12D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D747; }
p { color: rgb(18,215,71); }
H1.HeaderClassName
{
color: #12D747;
}
.AnyTagClassName
{
color: #12D747;
}
</style>
background-color css
<style>
a { background-color: #12D747; }
a { background-color: rgb(18,215,71); }
div.DivClassName
{
background-color: #12D747;
}
.BgClassName
{
background-color: #12D747;
}
</style>
border-color css
<style>
span { border-color: #12D747; }
span { border-color: rgb(18,215,71); }
td.TdClassName
{
border-color: #12D747;
}
.TagClassName
{
border-color: #12D747;
}
</style>