Shades of Malachite #12D473
Tints of Malachite #12D473
RGB
CMYK
RGB Variations
Color information
#12D473 (or 0x12D473) is known color: Malachite. HEX triplet: 12, D4 and 73. RGB value is (18,212,115). Sum of RGB (Red+Green+Blue) = 18+212+115=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #12D473 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D473 is #ED2B8C. Grayscale: #8F8F8F. Windows color (decimal): -15543181 or 7590930. OLE color: 7590930.
HSL color Cylindrical-coordinate representation of color #12D473: hue angle of 150º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D473 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 115 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.17 |
| HSL | 150º | 0.84% | 0.45% | - |
| HSV(B) | 150º | 0.92% | 0.83% | - |
| XYZ | 26.89 | 48.45 | 24.15 | - |
| YUV | 142.94 | 112.23 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 115 | 0.92 | 0 | 0.46 | 0.17 | 150 | 0.84 | 0.45 |
| Hex | 12 | D4 | 73 | 5C | 0 | 2E | 11 | 96 | 54 | 2D |
| Octal | 22 | 324 | 163 | 134 | 0 | 56 | 21 | 226 | 124 | 55 |
| Binary | 10010 | 11010100 | 1110011 | 1011100 | 0 | 101110 | 10001 | 10010110 | 1010100 | 101101 |
Color Harmonies of #12D473
Complementary color
Monochromatic Colors of #12D473
Black with #12D473
Text Example
Text Example
White with #12D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D473; }
p { color: rgb(18,212,115); }
H1.HeaderClassName
{
color: #12D473;
}
.AnyTagClassName
{
color: #12D473;
}
</style>
background-color css
<style>
a { background-color: #12D473; }
a { background-color: rgb(18,212,115); }
div.DivClassName
{
background-color: #12D473;
}
.BgClassName
{
background-color: #12D473;
}
</style>
border-color css
<style>
span { border-color: #12D473; }
span { border-color: rgb(18,212,115); }
td.TdClassName
{
border-color: #12D473;
}
.TagClassName
{
border-color: #12D473;
}
</style>