Shades of Malachite #12D86F
Tints of Malachite #12D86F
RGB
CMYK
RGB Variations
Color information
#12D86F (or 0x12D86F) is known color: Malachite. HEX triplet: 12, D8 and 6F. RGB value is (18,216,111). Sum of RGB (Red+Green+Blue) = 18+216+111=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #12D86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D86F is #ED2790. Grayscale: #919191. Windows color (decimal): -15542161 or 7329810. OLE color: 7329810.
HSL color Cylindrical-coordinate representation of color #12D86F: hue angle of 148.18º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D86F is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 111 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.15 |
| HSL | 148.18º | 0.85% | 0.46% | - |
| HSV(B) | 148.18º | 0.92% | 0.85% | - |
| XYZ | 27.67 | 50.39 | 23.31 | - |
| YUV | 144.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 111 | 0.92 | 0 | 0.49 | 0.15 | 148.18 | 0.85 | 0.46 |
| Hex | 12 | D8 | 6F | 5C | 0 | 31 | F | 94 | 55 | 2E |
| Octal | 22 | 330 | 157 | 134 | 0 | 61 | 17 | 224 | 125 | 56 |
| Binary | 10010 | 11011000 | 1101111 | 1011100 | 0 | 110001 | 1111 | 10010100 | 1010101 | 101110 |
Color Harmonies of #12D86F
Complementary color
Monochromatic Colors of #12D86F
Black with #12D86F
Text Example
Text Example
White with #12D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D86F; }
p { color: rgb(18,216,111); }
H1.HeaderClassName
{
color: #12D86F;
}
.AnyTagClassName
{
color: #12D86F;
}
</style>
background-color css
<style>
a { background-color: #12D86F; }
a { background-color: rgb(18,216,111); }
div.DivClassName
{
background-color: #12D86F;
}
.BgClassName
{
background-color: #12D86F;
}
</style>
border-color css
<style>
span { border-color: #12D86F; }
span { border-color: rgb(18,216,111); }
td.TdClassName
{
border-color: #12D86F;
}
.TagClassName
{
border-color: #12D86F;
}
</style>