Shades of Malachite #0EF65C
Tints of Malachite #0EF65C
RGB
CMYK
RGB Variations
Color information
#0EF65C (or 0x0EF65C) is known color: Malachite. HEX triplet: 0E, F6 and 5C. RGB value is (14,246,92). Sum of RGB (Red+Green+Blue) = 14+246+92=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF65C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF65C is #F109A3. Grayscale: #9F9F9F. Windows color (decimal): -15796644 or 6092302. OLE color: 6092302.
HSL color Cylindrical-coordinate representation of color #0EF65C: hue angle of 140.17º 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 #0EF65C is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 92 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.04 |
| HSL | 140.17º | 0.93% | 0.51% | - |
| HSV(B) | 140.17º | 0.94% | 0.96% | - |
| XYZ | 35.07 | 66.78 | 21.17 | - |
| YUV | 159.08 | 90.14 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 92 | 0.94 | 0 | 0.63 | 0.04 | 140.17 | 0.93 | 0.51 |
| Hex | E | F6 | 5C | 5E | 0 | 3F | 4 | 8C | 5D | 33 |
| Octal | 16 | 366 | 134 | 136 | 0 | 77 | 4 | 214 | 135 | 63 |
| Binary | 1110 | 11110110 | 1011100 | 1011110 | 0 | 111111 | 100 | 10001100 | 1011101 | 110011 |
Color Harmonies of #0EF65C
Complementary color
Monochromatic Colors of #0EF65C
Black with #0EF65C
Text Example
Text Example
White with #0EF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF65C; }
p { color: rgb(14,246,92); }
H1.HeaderClassName
{
color: #0EF65C;
}
.AnyTagClassName
{
color: #0EF65C;
}
</style>
background-color css
<style>
a { background-color: #0EF65C; }
a { background-color: rgb(14,246,92); }
div.DivClassName
{
background-color: #0EF65C;
}
.BgClassName
{
background-color: #0EF65C;
}
</style>
border-color css
<style>
span { border-color: #0EF65C; }
span { border-color: rgb(14,246,92); }
td.TdClassName
{
border-color: #0EF65C;
}
.TagClassName
{
border-color: #0EF65C;
}
</style>