Shades of Malachite #0CEF5E
Tints of Malachite #0CEF5E
RGB
CMYK
RGB Variations
Color information
#0CEF5E (or 0x0CEF5E) is known color: Malachite. HEX triplet: 0C, EF and 5E. RGB value is (12,239,94). Sum of RGB (Red+Green+Blue) = 12+239+94=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEF5E is #F310A1. Grayscale: #9A9A9A. Windows color (decimal): -15929506 or 6221580. OLE color: 6221580.
HSL color Cylindrical-coordinate representation of color #0CEF5E: hue angle of 141.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEF5E is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 94 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.06 |
| HSL | 141.67º | 0.9% | 0.49% | - |
| HSV(B) | 141.67º | 0.95% | 0.94% | - |
| XYZ | 33.04 | 62.62 | 20.94 | - |
| YUV | 154.6 | 93.79 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 94 | 0.95 | 0 | 0.61 | 0.06 | 141.67 | 0.9 | 0.49 |
| Hex | C | EF | 5E | 5F | 0 | 3D | 6 | 8E | 5A | 31 |
| Octal | 14 | 357 | 136 | 137 | 0 | 75 | 6 | 216 | 132 | 61 |
| Binary | 1100 | 11101111 | 1011110 | 1011111 | 0 | 111101 | 110 | 10001110 | 1011010 | 110001 |
Color Harmonies of #0CEF5E
Complementary color
Monochromatic Colors of #0CEF5E
Black with #0CEF5E
Text Example
Text Example
White with #0CEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEF5E; }
p { color: rgb(12,239,94); }
H1.HeaderClassName
{
color: #0CEF5E;
}
.AnyTagClassName
{
color: #0CEF5E;
}
</style>
background-color css
<style>
a { background-color: #0CEF5E; }
a { background-color: rgb(12,239,94); }
div.DivClassName
{
background-color: #0CEF5E;
}
.BgClassName
{
background-color: #0CEF5E;
}
</style>
border-color css
<style>
span { border-color: #0CEF5E; }
span { border-color: rgb(12,239,94); }
td.TdClassName
{
border-color: #0CEF5E;
}
.TagClassName
{
border-color: #0CEF5E;
}
</style>