Shades of Malachite #0FEC42
Tints of Malachite #0FEC42
RGB
CMYK
RGB Variations
Color information
#0FEC42 (or 0x0FEC42) is known color: Malachite. HEX triplet: 0F, EC and 42. RGB value is (15,236,66). Sum of RGB (Red+Green+Blue) = 15+236+66=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEC42 is #F013BD. Grayscale: #969696. Windows color (decimal): -15733694 or 4385807. OLE color: 4385807.
HSL color Cylindrical-coordinate representation of color #0FEC42: hue angle of 133.85º 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 #0FEC42 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 66 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.07 |
| HSL | 133.85º | 0.88% | 0.49% | - |
| HSV(B) | 133.85º | 0.94% | 0.93% | - |
| XYZ | 31.18 | 60.49 | 15.19 | - |
| YUV | 150.54 | 80.28 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 66 | 0.94 | 0 | 0.72 | 0.07 | 133.85 | 0.88 | 0.49 |
| Hex | F | EC | 42 | 5E | 0 | 48 | 7 | 86 | 58 | 31 |
| Octal | 17 | 354 | 102 | 136 | 0 | 110 | 7 | 206 | 130 | 61 |
| Binary | 1111 | 11101100 | 1000010 | 1011110 | 0 | 1001000 | 111 | 10000110 | 1011000 | 110001 |
Color Harmonies of #0FEC42
Complementary color
Monochromatic Colors of #0FEC42
Black with #0FEC42
Text Example
Text Example
White with #0FEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC42; }
p { color: rgb(15,236,66); }
H1.HeaderClassName
{
color: #0FEC42;
}
.AnyTagClassName
{
color: #0FEC42;
}
</style>
background-color css
<style>
a { background-color: #0FEC42; }
a { background-color: rgb(15,236,66); }
div.DivClassName
{
background-color: #0FEC42;
}
.BgClassName
{
background-color: #0FEC42;
}
</style>
border-color css
<style>
span { border-color: #0FEC42; }
span { border-color: rgb(15,236,66); }
td.TdClassName
{
border-color: #0FEC42;
}
.TagClassName
{
border-color: #0FEC42;
}
</style>