Shades of Malachite #12C556
Tints of Malachite #12C556
RGB
CMYK
RGB Variations
Color information
#12C556 (or 0x12C556) is known color: Malachite. HEX triplet: 12, C5 and 56. RGB value is (18,197,86). Sum of RGB (Red+Green+Blue) = 18+197+86=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #12C556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C556 is #ED3AA9. Grayscale: #838383. Windows color (decimal): -15547050 or 5686546. OLE color: 5686546.
HSL color Cylindrical-coordinate representation of color #12C556: hue angle of 142.79º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C556 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 86 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.23 |
| HSL | 142.79º | 0.83% | 0.42% | - |
| HSV(B) | 142.79º | 0.91% | 0.77% | - |
| XYZ | 21.9 | 40.73 | 15.51 | - |
| YUV | 130.83 | 102.7 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 86 | 0.91 | 0 | 0.56 | 0.23 | 142.79 | 0.83 | 0.42 |
| Hex | 12 | C5 | 56 | 5B | 0 | 38 | 17 | 8F | 53 | 2A |
| Octal | 22 | 305 | 126 | 133 | 0 | 70 | 27 | 217 | 123 | 52 |
| Binary | 10010 | 11000101 | 1010110 | 1011011 | 0 | 111000 | 10111 | 10001111 | 1010011 | 101010 |
Color Harmonies of #12C556
Complementary color
Monochromatic Colors of #12C556
Black with #12C556
Text Example
Text Example
White with #12C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C556; }
p { color: rgb(18,197,86); }
H1.HeaderClassName
{
color: #12C556;
}
.AnyTagClassName
{
color: #12C556;
}
</style>
background-color css
<style>
a { background-color: #12C556; }
a { background-color: rgb(18,197,86); }
div.DivClassName
{
background-color: #12C556;
}
.BgClassName
{
background-color: #12C556;
}
</style>
border-color css
<style>
span { border-color: #12C556; }
span { border-color: rgb(18,197,86); }
td.TdClassName
{
border-color: #12C556;
}
.TagClassName
{
border-color: #12C556;
}
</style>