Shades of Malachite #12C552
Tints of Malachite #12C552
RGB
CMYK
RGB Variations
Color information
#12C552 (or 0x12C552) is known color: Malachite. HEX triplet: 12, C5 and 52. RGB value is (18,197,82). Sum of RGB (Red+Green+Blue) = 18+197+82=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #12C552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C552 is #ED3AAD. Grayscale: #828282. Windows color (decimal): -15547054 or 5424402. OLE color: 5424402.
HSL color Cylindrical-coordinate representation of color #12C552: hue angle of 141.45º 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 #12C552 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 82 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.23 |
| HSL | 141.45º | 0.83% | 0.42% | - |
| HSV(B) | 141.45º | 0.91% | 0.77% | - |
| XYZ | 21.74 | 40.67 | 14.69 | - |
| YUV | 130.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 82 | 0.91 | 0 | 0.58 | 0.23 | 141.45 | 0.83 | 0.42 |
| Hex | 12 | C5 | 52 | 5B | 0 | 3A | 17 | 8D | 53 | 2A |
| Octal | 22 | 305 | 122 | 133 | 0 | 72 | 27 | 215 | 123 | 52 |
| Binary | 10010 | 11000101 | 1010010 | 1011011 | 0 | 111010 | 10111 | 10001101 | 1010011 | 101010 |
Color Harmonies of #12C552
Complementary color
Monochromatic Colors of #12C552
Black with #12C552
Text Example
Text Example
White with #12C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C552; }
p { color: rgb(18,197,82); }
H1.HeaderClassName
{
color: #12C552;
}
.AnyTagClassName
{
color: #12C552;
}
</style>
background-color css
<style>
a { background-color: #12C552; }
a { background-color: rgb(18,197,82); }
div.DivClassName
{
background-color: #12C552;
}
.BgClassName
{
background-color: #12C552;
}
</style>
border-color css
<style>
span { border-color: #12C552; }
span { border-color: rgb(18,197,82); }
td.TdClassName
{
border-color: #12C552;
}
.TagClassName
{
border-color: #12C552;
}
</style>