Shades of Malachite #0CEC56
Tints of Malachite #0CEC56
RGB
CMYK
RGB Variations
Color information
#0CEC56 (or 0x0CEC56) is known color: Malachite. HEX triplet: 0C, EC and 56. RGB value is (12,236,86). Sum of RGB (Red+Green+Blue) = 12+236+86=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEC56 is #F313A9. Grayscale: #989898. Windows color (decimal): -15930282 or 5696524. OLE color: 5696524.
HSL color Cylindrical-coordinate representation of color #0CEC56: hue angle of 139.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC56 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 86 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.07 |
| HSL | 139.82º | 0.9% | 0.49% | - |
| HSV(B) | 139.82º | 0.95% | 0.93% | - |
| XYZ | 31.83 | 60.74 | 18.85 | - |
| YUV | 151.92 | 90.79 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 86 | 0.95 | 0 | 0.64 | 0.07 | 139.82 | 0.9 | 0.49 |
| Hex | C | EC | 56 | 5F | 0 | 40 | 7 | 8C | 5A | 31 |
| Octal | 14 | 354 | 126 | 137 | 0 | 100 | 7 | 214 | 132 | 61 |
| Binary | 1100 | 11101100 | 1010110 | 1011111 | 0 | 1000000 | 111 | 10001100 | 1011010 | 110001 |
Color Harmonies of #0CEC56
Complementary color
Monochromatic Colors of #0CEC56
Black with #0CEC56
Text Example
Text Example
White with #0CEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC56; }
p { color: rgb(12,236,86); }
H1.HeaderClassName
{
color: #0CEC56;
}
.AnyTagClassName
{
color: #0CEC56;
}
</style>
background-color css
<style>
a { background-color: #0CEC56; }
a { background-color: rgb(12,236,86); }
div.DivClassName
{
background-color: #0CEC56;
}
.BgClassName
{
background-color: #0CEC56;
}
</style>
border-color css
<style>
span { border-color: #0CEC56; }
span { border-color: rgb(12,236,86); }
td.TdClassName
{
border-color: #0CEC56;
}
.TagClassName
{
border-color: #0CEC56;
}
</style>