Shades of Malachite #0EFC45
Tints of Malachite #0EFC45
RGB
CMYK
RGB Variations
Color information
#0EFC45 (or 0x0EFC45) is known color: Malachite. HEX triplet: 0E, FC and 45. RGB value is (14,252,69). Sum of RGB (Red+Green+Blue) = 14+252+69=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFC45 is #F103BA. Grayscale: #A0A0A0. Windows color (decimal): -15795131 or 4586510. OLE color: 4586510.
HSL color Cylindrical-coordinate representation of color #0EFC45: hue angle of 133.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC45 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 69 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.01 |
| HSL | 133.87º | 0.98% | 0.52% | - |
| HSV(B) | 133.87º | 0.94% | 0.99% | - |
| XYZ | 36.07 | 70.14 | 17.27 | - |
| YUV | 159.98 | 76.65 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 69 | 0.94 | 0 | 0.73 | 0.01 | 133.87 | 0.98 | 0.52 |
| Hex | E | FC | 45 | 5E | 0 | 49 | 1 | 86 | 62 | 34 |
| Octal | 16 | 374 | 105 | 136 | 0 | 111 | 1 | 206 | 142 | 64 |
| Binary | 1110 | 11111100 | 1000101 | 1011110 | 0 | 1001001 | 1 | 10000110 | 1100010 | 110100 |
Color Harmonies of #0EFC45
Complementary color
Monochromatic Colors of #0EFC45
Black with #0EFC45
Text Example
Text Example
White with #0EFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC45; }
p { color: rgb(14,252,69); }
H1.HeaderClassName
{
color: #0EFC45;
}
.AnyTagClassName
{
color: #0EFC45;
}
</style>
background-color css
<style>
a { background-color: #0EFC45; }
a { background-color: rgb(14,252,69); }
div.DivClassName
{
background-color: #0EFC45;
}
.BgClassName
{
background-color: #0EFC45;
}
</style>
border-color css
<style>
span { border-color: #0EFC45; }
span { border-color: rgb(14,252,69); }
td.TdClassName
{
border-color: #0EFC45;
}
.TagClassName
{
border-color: #0EFC45;
}
</style>