Shades of Malachite #12D471
Tints of Malachite #12D471
RGB
CMYK
RGB Variations
Color information
#12D471 (or 0x12D471) is known color: Malachite. HEX triplet: 12, D4 and 71. RGB value is (18,212,113). Sum of RGB (Red+Green+Blue) = 18+212+113=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #12D471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D471 is #ED2B8E. Grayscale: #8E8E8E. Windows color (decimal): -15543183 or 7459858. OLE color: 7459858.
HSL color Cylindrical-coordinate representation of color #12D471: hue angle of 149.38º 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 #12D471 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 212 | 113 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.17 |
| HSL | 149.38º | 0.84% | 0.45% | - |
| HSV(B) | 149.38º | 0.92% | 0.83% | - |
| XYZ | 26.77 | 48.41 | 23.56 | - |
| YUV | 142.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 212 | 113 | 0.92 | 0 | 0.47 | 0.17 | 149.38 | 0.84 | 0.45 |
| Hex | 12 | D4 | 71 | 5C | 0 | 2F | 11 | 95 | 54 | 2D |
| Octal | 22 | 324 | 161 | 134 | 0 | 57 | 21 | 225 | 124 | 55 |
| Binary | 10010 | 11010100 | 1110001 | 1011100 | 0 | 101111 | 10001 | 10010101 | 1010100 | 101101 |
Color Harmonies of #12D471
Complementary color
Monochromatic Colors of #12D471
Black with #12D471
Text Example
Text Example
White with #12D471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D471; }
p { color: rgb(18,212,113); }
H1.HeaderClassName
{
color: #12D471;
}
.AnyTagClassName
{
color: #12D471;
}
</style>
background-color css
<style>
a { background-color: #12D471; }
a { background-color: rgb(18,212,113); }
div.DivClassName
{
background-color: #12D471;
}
.BgClassName
{
background-color: #12D471;
}
</style>
border-color css
<style>
span { border-color: #12D471; }
span { border-color: rgb(18,212,113); }
td.TdClassName
{
border-color: #12D471;
}
.TagClassName
{
border-color: #12D471;
}
</style>