Shades of Malachite #12C656
Tints of Malachite #12C656
RGB
CMYK
RGB Variations
Color information
#12C656 (or 0x12C656) is known color: Malachite. HEX triplet: 12, C6 and 56. RGB value is (18,198,86). Sum of RGB (Red+Green+Blue) = 18+198+86=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #12C656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C656 is #ED39A9. Grayscale: #838383. Windows color (decimal): -15546794 or 5686802. OLE color: 5686802.
HSL color Cylindrical-coordinate representation of color #12C656: hue angle of 142.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C656 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 86 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.22 |
| HSL | 142.67º | 0.83% | 0.42% | - |
| HSV(B) | 142.67º | 0.91% | 0.78% | - |
| XYZ | 22.12 | 41.19 | 15.59 | - |
| YUV | 131.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 86 | 0.91 | 0 | 0.57 | 0.22 | 142.67 | 0.83 | 0.42 |
| Hex | 12 | C6 | 56 | 5B | 0 | 39 | 16 | 8F | 53 | 2A |
| Octal | 22 | 306 | 126 | 133 | 0 | 71 | 26 | 217 | 123 | 52 |
| Binary | 10010 | 11000110 | 1010110 | 1011011 | 0 | 111001 | 10110 | 10001111 | 1010011 | 101010 |
Color Harmonies of #12C656
Complementary color
Monochromatic Colors of #12C656
Black with #12C656
Text Example
Text Example
White with #12C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C656; }
p { color: rgb(18,198,86); }
H1.HeaderClassName
{
color: #12C656;
}
.AnyTagClassName
{
color: #12C656;
}
</style>
background-color css
<style>
a { background-color: #12C656; }
a { background-color: rgb(18,198,86); }
div.DivClassName
{
background-color: #12C656;
}
.BgClassName
{
background-color: #12C656;
}
</style>
border-color css
<style>
span { border-color: #12C656; }
span { border-color: rgb(18,198,86); }
td.TdClassName
{
border-color: #12C656;
}
.TagClassName
{
border-color: #12C656;
}
</style>