Shades of Malachite #0CC157
Tints of Malachite #0CC157
RGB
CMYK
RGB Variations
Color information
#0CC157 (or 0x0CC157) is known color: Malachite. HEX triplet: 0C, C1 and 57. RGB value is (12,193,87). Sum of RGB (Red+Green+Blue) = 12+193+87=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC157 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC157 is #F33EA8. Grayscale: #7F7F7F. Windows color (decimal): -15941289 or 5751052. OLE color: 5751052.
HSL color Cylindrical-coordinate representation of color #0CC157: hue angle of 144.86º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC157 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 87 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.24 |
| HSL | 144.86º | 0.88% | 0.4% | - |
| HSV(B) | 144.86º | 0.94% | 0.76% | - |
| XYZ | 20.94 | 38.91 | 15.42 | - |
| YUV | 126.8 | 105.53 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 87 | 0.94 | 0 | 0.55 | 0.24 | 144.86 | 0.88 | 0.4 |
| Hex | C | C1 | 57 | 5E | 0 | 37 | 18 | 91 | 58 | 28 |
| Octal | 14 | 301 | 127 | 136 | 0 | 67 | 30 | 221 | 130 | 50 |
| Binary | 1100 | 11000001 | 1010111 | 1011110 | 0 | 110111 | 11000 | 10010001 | 1011000 | 101000 |
Color Harmonies of #0CC157
Complementary color
Monochromatic Colors of #0CC157
Black with #0CC157
Text Example
Text Example
White with #0CC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC157; }
p { color: rgb(12,193,87); }
H1.HeaderClassName
{
color: #0CC157;
}
.AnyTagClassName
{
color: #0CC157;
}
</style>
background-color css
<style>
a { background-color: #0CC157; }
a { background-color: rgb(12,193,87); }
div.DivClassName
{
background-color: #0CC157;
}
.BgClassName
{
background-color: #0CC157;
}
</style>
border-color css
<style>
span { border-color: #0CC157; }
span { border-color: rgb(12,193,87); }
td.TdClassName
{
border-color: #0CC157;
}
.TagClassName
{
border-color: #0CC157;
}
</style>