Shades of Malachite #0EF258
Tints of Malachite #0EF258
RGB
CMYK
RGB Variations
Color information
#0EF258 (or 0x0EF258) is known color: Malachite. HEX triplet: 0E, F2 and 58. RGB value is (14,242,88). Sum of RGB (Red+Green+Blue) = 14+242+88=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF258 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF258 is #F10DA7. Grayscale: #9C9C9C. Windows color (decimal): -15797672 or 5829134. OLE color: 5829134.
HSL color Cylindrical-coordinate representation of color #0EF258: hue angle of 139.47º degrees, saturation: 0.9, 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 #0EF258 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 88 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.05 |
| HSL | 139.47º | 0.9% | 0.5% | - |
| HSV(B) | 139.47º | 0.94% | 0.95% | - |
| XYZ | 33.69 | 64.3 | 19.87 | - |
| YUV | 156.27 | 89.46 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 88 | 0.94 | 0 | 0.64 | 0.05 | 139.47 | 0.9 | 0.5 |
| Hex | E | F2 | 58 | 5E | 0 | 40 | 5 | 8B | 5A | 32 |
| Octal | 16 | 362 | 130 | 136 | 0 | 100 | 5 | 213 | 132 | 62 |
| Binary | 1110 | 11110010 | 1011000 | 1011110 | 0 | 1000000 | 101 | 10001011 | 1011010 | 110010 |
Color Harmonies of #0EF258
Complementary color
Monochromatic Colors of #0EF258
Black with #0EF258
Text Example
Text Example
White with #0EF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF258; }
p { color: rgb(14,242,88); }
H1.HeaderClassName
{
color: #0EF258;
}
.AnyTagClassName
{
color: #0EF258;
}
</style>
background-color css
<style>
a { background-color: #0EF258; }
a { background-color: rgb(14,242,88); }
div.DivClassName
{
background-color: #0EF258;
}
.BgClassName
{
background-color: #0EF258;
}
</style>
border-color css
<style>
span { border-color: #0EF258; }
span { border-color: rgb(14,242,88); }
td.TdClassName
{
border-color: #0EF258;
}
.TagClassName
{
border-color: #0EF258;
}
</style>