Shades of Malachite #12D772
Tints of Malachite #12D772
RGB
CMYK
RGB Variations
Color information
#12D772 (or 0x12D772) is known color: Malachite. HEX triplet: 12, D7 and 72. RGB value is (18,215,114). Sum of RGB (Red+Green+Blue) = 18+215+114=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #12D772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D772 is #ED288D. Grayscale: #909090. Windows color (decimal): -15542414 or 7526162. OLE color: 7526162.
HSL color Cylindrical-coordinate representation of color #12D772: hue angle of 149.24º 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 #12D772 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 114 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.16 |
| HSL | 149.24º | 0.85% | 0.46% | - |
| HSV(B) | 149.24º | 0.92% | 0.84% | - |
| XYZ | 27.59 | 49.94 | 24.11 | - |
| YUV | 144.58 | 110.73 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 114 | 0.92 | 0 | 0.47 | 0.16 | 149.24 | 0.85 | 0.46 |
| Hex | 12 | D7 | 72 | 5C | 0 | 2F | 10 | 95 | 55 | 2E |
| Octal | 22 | 327 | 162 | 134 | 0 | 57 | 20 | 225 | 125 | 56 |
| Binary | 10010 | 11010111 | 1110010 | 1011100 | 0 | 101111 | 10000 | 10010101 | 1010101 | 101110 |
Color Harmonies of #12D772
Complementary color
Monochromatic Colors of #12D772
Black with #12D772
Text Example
Text Example
White with #12D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D772; }
p { color: rgb(18,215,114); }
H1.HeaderClassName
{
color: #12D772;
}
.AnyTagClassName
{
color: #12D772;
}
</style>
background-color css
<style>
a { background-color: #12D772; }
a { background-color: rgb(18,215,114); }
div.DivClassName
{
background-color: #12D772;
}
.BgClassName
{
background-color: #12D772;
}
</style>
border-color css
<style>
span { border-color: #12D772; }
span { border-color: rgb(18,215,114); }
td.TdClassName
{
border-color: #12D772;
}
.TagClassName
{
border-color: #12D772;
}
</style>