Shades of Malachite #0EF33F
Tints of Malachite #0EF33F
RGB
CMYK
RGB Variations
Color information
#0EF33F (or 0x0EF33F) is known color: Malachite. HEX triplet: 0E, F3 and 3F. RGB value is (14,243,63). Sum of RGB (Red+Green+Blue) = 14+243+63=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF33F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF33F is #F10CC0. Grayscale: #9A9A9A. Windows color (decimal): -15797441 or 4190990. OLE color: 4190990.
HSL color Cylindrical-coordinate representation of color #0EF33F: hue angle of 132.84º degrees, saturation: 0.91, 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 #0EF33F is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 243 | 63 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.05 |
| HSL | 132.84º | 0.91% | 0.5% | - |
| HSV(B) | 132.84º | 0.94% | 0.95% | - |
| XYZ | 33.13 | 64.55 | 15.42 | - |
| YUV | 154.01 | 76.63 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 243 | 63 | 0.94 | 0 | 0.74 | 0.05 | 132.84 | 0.91 | 0.5 |
| Hex | E | F3 | 3F | 5E | 0 | 4A | 5 | 85 | 5B | 32 |
| Octal | 16 | 363 | 77 | 136 | 0 | 112 | 5 | 205 | 133 | 62 |
| Binary | 1110 | 11110011 | 111111 | 1011110 | 0 | 1001010 | 101 | 10000101 | 1011011 | 110010 |
Color Harmonies of #0EF33F
Complementary color
Monochromatic Colors of #0EF33F
Black with #0EF33F
Text Example
Text Example
White with #0EF33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF33F; }
p { color: rgb(14,243,63); }
H1.HeaderClassName
{
color: #0EF33F;
}
.AnyTagClassName
{
color: #0EF33F;
}
</style>
background-color css
<style>
a { background-color: #0EF33F; }
a { background-color: rgb(14,243,63); }
div.DivClassName
{
background-color: #0EF33F;
}
.BgClassName
{
background-color: #0EF33F;
}
</style>
border-color css
<style>
span { border-color: #0EF33F; }
span { border-color: rgb(14,243,63); }
td.TdClassName
{
border-color: #0EF33F;
}
.TagClassName
{
border-color: #0EF33F;
}
</style>