Shades of Malachite #0EF65F
Tints of Malachite #0EF65F
RGB
CMYK
RGB Variations
Color information
#0EF65F (or 0x0EF65F) is known color: Malachite. HEX triplet: 0E, F6 and 5F. RGB value is (14,246,95). Sum of RGB (Red+Green+Blue) = 14+246+95=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF65F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF65F is #F109A0. Grayscale: #9F9F9F. Windows color (decimal): -15796641 or 6288910. OLE color: 6288910.
HSL color Cylindrical-coordinate representation of color #0EF65F: hue angle of 140.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF65F is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 95 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.04 |
| HSL | 140.95º | 0.93% | 0.51% | - |
| HSV(B) | 140.95º | 0.94% | 0.96% | - |
| XYZ | 35.2 | 66.83 | 21.87 | - |
| YUV | 159.42 | 91.64 | 24.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 95 | 0.94 | 0 | 0.61 | 0.04 | 140.95 | 0.93 | 0.51 |
| Hex | E | F6 | 5F | 5E | 0 | 3D | 4 | 8D | 5D | 33 |
| Octal | 16 | 366 | 137 | 136 | 0 | 75 | 4 | 215 | 135 | 63 |
| Binary | 1110 | 11110110 | 1011111 | 1011110 | 0 | 111101 | 100 | 10001101 | 1011101 | 110011 |
Color Harmonies of #0EF65F
Complementary color
Monochromatic Colors of #0EF65F
Black with #0EF65F
Text Example
Text Example
White with #0EF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF65F; }
p { color: rgb(14,246,95); }
H1.HeaderClassName
{
color: #0EF65F;
}
.AnyTagClassName
{
color: #0EF65F;
}
</style>
background-color css
<style>
a { background-color: #0EF65F; }
a { background-color: rgb(14,246,95); }
div.DivClassName
{
background-color: #0EF65F;
}
.BgClassName
{
background-color: #0EF65F;
}
</style>
border-color css
<style>
span { border-color: #0EF65F; }
span { border-color: rgb(14,246,95); }
td.TdClassName
{
border-color: #0EF65F;
}
.TagClassName
{
border-color: #0EF65F;
}
</style>