Shades of Malachite #12D770
Tints of Malachite #12D770
RGB
CMYK
RGB Variations
Color information
#12D770 (or 0x12D770) is known color: Malachite. HEX triplet: 12, D7 and 70. RGB value is (18,215,112). Sum of RGB (Red+Green+Blue) = 18+215+112=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #12D770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D770 is #ED288F. Grayscale: #909090. Windows color (decimal): -15542416 or 7395090. OLE color: 7395090.
HSL color Cylindrical-coordinate representation of color #12D770: hue angle of 148.63º 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 #12D770 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 215 | 112 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.16 |
| HSL | 148.63º | 0.85% | 0.46% | - |
| HSV(B) | 148.63º | 0.92% | 0.84% | - |
| XYZ | 27.47 | 49.9 | 23.51 | - |
| YUV | 144.36 | 109.73 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 215 | 112 | 0.92 | 0 | 0.48 | 0.16 | 148.63 | 0.85 | 0.46 |
| Hex | 12 | D7 | 70 | 5C | 0 | 30 | 10 | 95 | 55 | 2E |
| Octal | 22 | 327 | 160 | 134 | 0 | 60 | 20 | 225 | 125 | 56 |
| Binary | 10010 | 11010111 | 1110000 | 1011100 | 0 | 110000 | 10000 | 10010101 | 1010101 | 101110 |
Color Harmonies of #12D770
Complementary color
Monochromatic Colors of #12D770
Black with #12D770
Text Example
Text Example
White with #12D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D770; }
p { color: rgb(18,215,112); }
H1.HeaderClassName
{
color: #12D770;
}
.AnyTagClassName
{
color: #12D770;
}
</style>
background-color css
<style>
a { background-color: #12D770; }
a { background-color: rgb(18,215,112); }
div.DivClassName
{
background-color: #12D770;
}
.BgClassName
{
background-color: #12D770;
}
</style>
border-color css
<style>
span { border-color: #12D770; }
span { border-color: rgb(18,215,112); }
td.TdClassName
{
border-color: #12D770;
}
.TagClassName
{
border-color: #12D770;
}
</style>