Shades of Malachite #12C151
Tints of Malachite #12C151
RGB
CMYK
RGB Variations
Color information
#12C151 (or 0x12C151) is known color: Malachite. HEX triplet: 12, C1 and 51. RGB value is (18,193,81). Sum of RGB (Red+Green+Blue) = 18+193+81=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #12C151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C151 is #ED3EAE. Grayscale: #808080. Windows color (decimal): -15548079 or 5357842. OLE color: 5357842.
HSL color Cylindrical-coordinate representation of color #12C151: hue angle of 141.6º 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 #12C151 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 81 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.24 |
| HSL | 141.6º | 0.83% | 0.41% | - |
| HSV(B) | 141.6º | 0.91% | 0.76% | - |
| XYZ | 20.8 | 38.86 | 14.19 | - |
| YUV | 127.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 81 | 0.91 | 0 | 0.58 | 0.24 | 141.6 | 0.83 | 0.41 |
| Hex | 12 | C1 | 51 | 5B | 0 | 3A | 18 | 8E | 53 | 29 |
| Octal | 22 | 301 | 121 | 133 | 0 | 72 | 30 | 216 | 123 | 51 |
| Binary | 10010 | 11000001 | 1010001 | 1011011 | 0 | 111010 | 11000 | 10001110 | 1010011 | 101001 |
Color Harmonies of #12C151
Complementary color
Monochromatic Colors of #12C151
Black with #12C151
Text Example
Text Example
White with #12C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C151; }
p { color: rgb(18,193,81); }
H1.HeaderClassName
{
color: #12C151;
}
.AnyTagClassName
{
color: #12C151;
}
</style>
background-color css
<style>
a { background-color: #12C151; }
a { background-color: rgb(18,193,81); }
div.DivClassName
{
background-color: #12C151;
}
.BgClassName
{
background-color: #12C151;
}
</style>
border-color css
<style>
span { border-color: #12C151; }
span { border-color: rgb(18,193,81); }
td.TdClassName
{
border-color: #12C151;
}
.TagClassName
{
border-color: #12C151;
}
</style>