Shades of Malachite #12C156
Tints of Malachite #12C156
RGB
CMYK
RGB Variations
Color information
#12C156 (or 0x12C156) is known color: Malachite. HEX triplet: 12, C1 and 56. RGB value is (18,193,86). Sum of RGB (Red+Green+Blue) = 18+193+86=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #12C156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C156 is #ED3EA9. Grayscale: #808080. Windows color (decimal): -15548074 or 5685522. OLE color: 5685522.
HSL color Cylindrical-coordinate representation of color #12C156: hue angle of 143.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C156 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 86 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.24 |
| HSL | 143.31º | 0.83% | 0.41% | - |
| HSV(B) | 143.31º | 0.91% | 0.76% | - |
| XYZ | 21 | 38.94 | 15.21 | - |
| YUV | 128.48 | 104.02 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 86 | 0.91 | 0 | 0.55 | 0.24 | 143.31 | 0.83 | 0.41 |
| Hex | 12 | C1 | 56 | 5B | 0 | 37 | 18 | 8F | 53 | 29 |
| Octal | 22 | 301 | 126 | 133 | 0 | 67 | 30 | 217 | 123 | 51 |
| Binary | 10010 | 11000001 | 1010110 | 1011011 | 0 | 110111 | 11000 | 10001111 | 1010011 | 101001 |
Color Harmonies of #12C156
Complementary color
Monochromatic Colors of #12C156
Black with #12C156
Text Example
Text Example
White with #12C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C156; }
p { color: rgb(18,193,86); }
H1.HeaderClassName
{
color: #12C156;
}
.AnyTagClassName
{
color: #12C156;
}
</style>
background-color css
<style>
a { background-color: #12C156; }
a { background-color: rgb(18,193,86); }
div.DivClassName
{
background-color: #12C156;
}
.BgClassName
{
background-color: #12C156;
}
</style>
border-color css
<style>
span { border-color: #12C156; }
span { border-color: rgb(18,193,86); }
td.TdClassName
{
border-color: #12C156;
}
.TagClassName
{
border-color: #12C156;
}
</style>