Shades of Malachite #12D472
Tints of Malachite #12D472
RGB
CMYK
RGB Variations
Color information
#12D472 (or 0x12D472) is known color: Malachite. HEX triplet: 12, D4 and 72. RGB value is (18,212,114). Sum of RGB (Red+Green+Blue) = 18+212+114=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 212 (83.20% from 255 or 61.63% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 212 - color contains mainly: green. Hex color #12D472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D472 is #ED2B8D. Grayscale: #8F8F8F. Windows color (decimal): -15543182 or 7525394. OLE color: 7525394.
HSL color Cylindrical-coordinate representation of color #12D472: hue angle of 149.69º 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 #12D472 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 114 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.17 |
| HSL | 149.69º | 0.84% | 0.45% | - |
| HSV(B) | 149.69º | 0.92% | 0.83% | - |
| XYZ | 26.83 | 48.43 | 23.85 | - |
| YUV | 142.82 | 111.73 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 114 | 0.92 | 0 | 0.46 | 0.17 | 149.69 | 0.84 | 0.45 |
| Hex | 12 | D4 | 72 | 5C | 0 | 2E | 11 | 96 | 54 | 2D |
| Octal | 22 | 324 | 162 | 134 | 0 | 56 | 21 | 226 | 124 | 55 |
| Binary | 10010 | 11010100 | 1110010 | 1011100 | 0 | 101110 | 10001 | 10010110 | 1010100 | 101101 |
Color Harmonies of #12D472
Complementary color
Monochromatic Colors of #12D472
Black with #12D472
Text Example
Text Example
White with #12D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D472; }
p { color: rgb(18,212,114); }
H1.HeaderClassName
{
color: #12D472;
}
.AnyTagClassName
{
color: #12D472;
}
</style>
background-color css
<style>
a { background-color: #12D472; }
a { background-color: rgb(18,212,114); }
div.DivClassName
{
background-color: #12D472;
}
.BgClassName
{
background-color: #12D472;
}
</style>
border-color css
<style>
span { border-color: #12D472; }
span { border-color: rgb(18,212,114); }
td.TdClassName
{
border-color: #12D472;
}
.TagClassName
{
border-color: #12D472;
}
</style>