Shades of Malachite #0FEC5E
Tints of Malachite #0FEC5E
RGB
CMYK
RGB Variations
Color information
#0FEC5E (or 0x0FEC5E) is known color: Malachite. HEX triplet: 0F, EC and 5E. RGB value is (15,236,94). Sum of RGB (Red+Green+Blue) = 15+236+94=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC5E is #F013A1. Grayscale: #9A9A9A. Windows color (decimal): -15733666 or 6220815. OLE color: 6220815.
HSL color Cylindrical-coordinate representation of color #0FEC5E: hue angle of 141.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC5E is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 94 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.07 |
| HSL | 141.45º | 0.88% | 0.49% | - |
| HSV(B) | 141.45º | 0.94% | 0.93% | - |
| XYZ | 32.21 | 60.9 | 20.65 | - |
| YUV | 153.73 | 94.28 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 94 | 0.94 | 0 | 0.60 | 0.07 | 141.45 | 0.88 | 0.49 |
| Hex | F | EC | 5E | 5E | 0 | 3C | 7 | 8D | 58 | 31 |
| Octal | 17 | 354 | 136 | 136 | 0 | 74 | 7 | 215 | 130 | 61 |
| Binary | 1111 | 11101100 | 1011110 | 1011110 | 0 | 111100 | 111 | 10001101 | 1011000 | 110001 |
Color Harmonies of #0FEC5E
Complementary color
Monochromatic Colors of #0FEC5E
Black with #0FEC5E
Text Example
Text Example
White with #0FEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC5E; }
p { color: rgb(15,236,94); }
H1.HeaderClassName
{
color: #0FEC5E;
}
.AnyTagClassName
{
color: #0FEC5E;
}
</style>
background-color css
<style>
a { background-color: #0FEC5E; }
a { background-color: rgb(15,236,94); }
div.DivClassName
{
background-color: #0FEC5E;
}
.BgClassName
{
background-color: #0FEC5E;
}
</style>
border-color css
<style>
span { border-color: #0FEC5E; }
span { border-color: rgb(15,236,94); }
td.TdClassName
{
border-color: #0FEC5E;
}
.TagClassName
{
border-color: #0FEC5E;
}
</style>