Shades of Malachite #0EF256
Tints of Malachite #0EF256
RGB
CMYK
RGB Variations
Color information
#0EF256 (or 0x0EF256) is known color: Malachite. HEX triplet: 0E, F2 and 56. RGB value is (14,242,86). Sum of RGB (Red+Green+Blue) = 14+242+86=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF256 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF256 is #F10DA9. Grayscale: #9C9C9C. Windows color (decimal): -15797674 or 5698062. OLE color: 5698062.
HSL color Cylindrical-coordinate representation of color #0EF256: hue angle of 138.95º 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 #0EF256 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 86 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.05 |
| HSL | 138.95º | 0.9% | 0.5% | - |
| HSV(B) | 138.95º | 0.94% | 0.95% | - |
| XYZ | 33.61 | 64.27 | 19.44 | - |
| YUV | 156.04 | 88.46 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 86 | 0.94 | 0 | 0.64 | 0.05 | 138.95 | 0.9 | 0.5 |
| Hex | E | F2 | 56 | 5E | 0 | 40 | 5 | 8B | 5A | 32 |
| Octal | 16 | 362 | 126 | 136 | 0 | 100 | 5 | 213 | 132 | 62 |
| Binary | 1110 | 11110010 | 1010110 | 1011110 | 0 | 1000000 | 101 | 10001011 | 1011010 | 110010 |
Color Harmonies of #0EF256
Complementary color
Monochromatic Colors of #0EF256
Black with #0EF256
Text Example
Text Example
White with #0EF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF256; }
p { color: rgb(14,242,86); }
H1.HeaderClassName
{
color: #0EF256;
}
.AnyTagClassName
{
color: #0EF256;
}
</style>
background-color css
<style>
a { background-color: #0EF256; }
a { background-color: rgb(14,242,86); }
div.DivClassName
{
background-color: #0EF256;
}
.BgClassName
{
background-color: #0EF256;
}
</style>
border-color css
<style>
span { border-color: #0EF256; }
span { border-color: rgb(14,242,86); }
td.TdClassName
{
border-color: #0EF256;
}
.TagClassName
{
border-color: #0EF256;
}
</style>