Shades of Malachite #0EF148
Tints of Malachite #0EF148
RGB
CMYK
RGB Variations
Color information
#0EF148 (or 0x0EF148) is known color: Malachite. HEX triplet: 0E, F1 and 48. RGB value is (14,241,72). Sum of RGB (Red+Green+Blue) = 14+241+72=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF148 is #F10EB7. Grayscale: #9A9A9A. Windows color (decimal): -15797944 or 4780302. OLE color: 4780302.
HSL color Cylindrical-coordinate representation of color #0EF148: hue angle of 135.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF148 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 241 | 72 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.05 |
| HSL | 135.33º | 0.89% | 0.5% | - |
| HSV(B) | 135.33º | 0.94% | 0.95% | - |
| XYZ | 32.81 | 63.47 | 16.65 | - |
| YUV | 153.86 | 81.79 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 241 | 72 | 0.94 | 0 | 0.70 | 0.05 | 135.33 | 0.89 | 0.5 |
| Hex | E | F1 | 48 | 5E | 0 | 46 | 5 | 87 | 59 | 32 |
| Octal | 16 | 361 | 110 | 136 | 0 | 106 | 5 | 207 | 131 | 62 |
| Binary | 1110 | 11110001 | 1001000 | 1011110 | 0 | 1000110 | 101 | 10000111 | 1011001 | 110010 |
Color Harmonies of #0EF148
Complementary color
Monochromatic Colors of #0EF148
Black with #0EF148
Text Example
Text Example
White with #0EF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF148; }
p { color: rgb(14,241,72); }
H1.HeaderClassName
{
color: #0EF148;
}
.AnyTagClassName
{
color: #0EF148;
}
</style>
background-color css
<style>
a { background-color: #0EF148; }
a { background-color: rgb(14,241,72); }
div.DivClassName
{
background-color: #0EF148;
}
.BgClassName
{
background-color: #0EF148;
}
</style>
border-color css
<style>
span { border-color: #0EF148; }
span { border-color: rgb(14,241,72); }
td.TdClassName
{
border-color: #0EF148;
}
.TagClassName
{
border-color: #0EF148;
}
</style>