Shades of Malachite #0CE157
Tints of Malachite #0CE157
RGB
CMYK
RGB Variations
Color information
#0CE157 (or 0x0CE157) is known color: Malachite. HEX triplet: 0C, E1 and 57. RGB value is (12,225,87). Sum of RGB (Red+Green+Blue) = 12+225+87=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE157 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE157 is #F31EA8. Grayscale: #919191. Windows color (decimal): -15933097 or 5759244. OLE color: 5759244.
HSL color Cylindrical-coordinate representation of color #0CE157: hue angle of 141.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE157 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 87 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.12 |
| HSL | 141.13º | 0.9% | 0.46% | - |
| HSV(B) | 141.13º | 0.95% | 0.88% | - |
| XYZ | 28.8 | 54.62 | 18.04 | - |
| YUV | 145.58 | 94.93 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 87 | 0.95 | 0 | 0.61 | 0.12 | 141.13 | 0.9 | 0.46 |
| Hex | C | E1 | 57 | 5F | 0 | 3D | C | 8D | 5A | 2E |
| Octal | 14 | 341 | 127 | 137 | 0 | 75 | 14 | 215 | 132 | 56 |
| Binary | 1100 | 11100001 | 1010111 | 1011111 | 0 | 111101 | 1100 | 10001101 | 1011010 | 101110 |
Color Harmonies of #0CE157
Complementary color
Monochromatic Colors of #0CE157
Black with #0CE157
Text Example
Text Example
White with #0CE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE157; }
p { color: rgb(12,225,87); }
H1.HeaderClassName
{
color: #0CE157;
}
.AnyTagClassName
{
color: #0CE157;
}
</style>
background-color css
<style>
a { background-color: #0CE157; }
a { background-color: rgb(12,225,87); }
div.DivClassName
{
background-color: #0CE157;
}
.BgClassName
{
background-color: #0CE157;
}
</style>
border-color css
<style>
span { border-color: #0CE157; }
span { border-color: rgb(12,225,87); }
td.TdClassName
{
border-color: #0CE157;
}
.TagClassName
{
border-color: #0CE157;
}
</style>