Shades of Malachite #12C551
Tints of Malachite #12C551
RGB
CMYK
RGB Variations
Color information
#12C551 (or 0x12C551) is known color: Malachite. HEX triplet: 12, C5 and 51. RGB value is (18,197,81). Sum of RGB (Red+Green+Blue) = 18+197+81=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #12C551 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C551 is #ED3AAE. Grayscale: #828282. Windows color (decimal): -15547055 or 5358866. OLE color: 5358866.
HSL color Cylindrical-coordinate representation of color #12C551: hue angle of 141.12º 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 #12C551 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 81 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.23 |
| HSL | 141.12º | 0.83% | 0.42% | - |
| HSV(B) | 141.12º | 0.91% | 0.77% | - |
| XYZ | 21.7 | 40.66 | 14.49 | - |
| YUV | 130.26 | 100.2 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 81 | 0.91 | 0 | 0.59 | 0.23 | 141.12 | 0.83 | 0.42 |
| Hex | 12 | C5 | 51 | 5B | 0 | 3B | 17 | 8D | 53 | 2A |
| Octal | 22 | 305 | 121 | 133 | 0 | 73 | 27 | 215 | 123 | 52 |
| Binary | 10010 | 11000101 | 1010001 | 1011011 | 0 | 111011 | 10111 | 10001101 | 1010011 | 101010 |
Color Harmonies of #12C551
Complementary color
Monochromatic Colors of #12C551
Black with #12C551
Text Example
Text Example
White with #12C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C551; }
p { color: rgb(18,197,81); }
H1.HeaderClassName
{
color: #12C551;
}
.AnyTagClassName
{
color: #12C551;
}
</style>
background-color css
<style>
a { background-color: #12C551; }
a { background-color: rgb(18,197,81); }
div.DivClassName
{
background-color: #12C551;
}
.BgClassName
{
background-color: #12C551;
}
</style>
border-color css
<style>
span { border-color: #12C551; }
span { border-color: rgb(18,197,81); }
td.TdClassName
{
border-color: #12C551;
}
.TagClassName
{
border-color: #12C551;
}
</style>