Shades of Malachite #12C154
Tints of Malachite #12C154
RGB
CMYK
RGB Variations
Color information
#12C154 (or 0x12C154) is known color: Malachite. HEX triplet: 12, C1 and 54. RGB value is (18,193,84). Sum of RGB (Red+Green+Blue) = 18+193+84=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #12C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C154 is #ED3EAB. Grayscale: #808080. Windows color (decimal): -15548076 or 5554450. OLE color: 5554450.
HSL color Cylindrical-coordinate representation of color #12C154: hue angle of 142.63º 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 #12C154 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 84 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.24 |
| HSL | 142.63º | 0.83% | 0.41% | - |
| HSV(B) | 142.63º | 0.91% | 0.76% | - |
| XYZ | 20.92 | 38.91 | 14.8 | - |
| YUV | 128.25 | 103.02 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 84 | 0.91 | 0 | 0.56 | 0.24 | 142.63 | 0.83 | 0.41 |
| Hex | 12 | C1 | 54 | 5B | 0 | 38 | 18 | 8F | 53 | 29 |
| Octal | 22 | 301 | 124 | 133 | 0 | 70 | 30 | 217 | 123 | 51 |
| Binary | 10010 | 11000001 | 1010100 | 1011011 | 0 | 111000 | 11000 | 10001111 | 1010011 | 101001 |
Color Harmonies of #12C154
Complementary color
Monochromatic Colors of #12C154
Black with #12C154
Text Example
Text Example
White with #12C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C154; }
p { color: rgb(18,193,84); }
H1.HeaderClassName
{
color: #12C154;
}
.AnyTagClassName
{
color: #12C154;
}
</style>
background-color css
<style>
a { background-color: #12C154; }
a { background-color: rgb(18,193,84); }
div.DivClassName
{
background-color: #12C154;
}
.BgClassName
{
background-color: #12C154;
}
</style>
border-color css
<style>
span { border-color: #12C154; }
span { border-color: rgb(18,193,84); }
td.TdClassName
{
border-color: #12C154;
}
.TagClassName
{
border-color: #12C154;
}
</style>