Shades of Malachite #0EDF54
Tints of Malachite #0EDF54
RGB
CMYK
RGB Variations
Color information
#0EDF54 (or 0x0EDF54) is known color: Malachite. HEX triplet: 0E, DF and 54. RGB value is (14,223,84). Sum of RGB (Red+Green+Blue) = 14+223+84=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF54 is #F120AB. Grayscale: #919191. Windows color (decimal): -15802540 or 5562126. OLE color: 5562126.
HSL color Cylindrical-coordinate representation of color #0EDF54: hue angle of 140.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF54 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 84 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.13 |
| HSL | 140.1º | 0.88% | 0.46% | - |
| HSV(B) | 140.1º | 0.94% | 0.87% | - |
| XYZ | 28.17 | 53.51 | 17.23 | - |
| YUV | 144.66 | 93.76 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 84 | 0.94 | 0 | 0.62 | 0.13 | 140.1 | 0.88 | 0.46 |
| Hex | E | DF | 54 | 5E | 0 | 3E | D | 8C | 58 | 2E |
| Octal | 16 | 337 | 124 | 136 | 0 | 76 | 15 | 214 | 130 | 56 |
| Binary | 1110 | 11011111 | 1010100 | 1011110 | 0 | 111110 | 1101 | 10001100 | 1011000 | 101110 |
Color Harmonies of #0EDF54
Complementary color
Monochromatic Colors of #0EDF54
Black with #0EDF54
Text Example
Text Example
White with #0EDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF54; }
p { color: rgb(14,223,84); }
H1.HeaderClassName
{
color: #0EDF54;
}
.AnyTagClassName
{
color: #0EDF54;
}
</style>
background-color css
<style>
a { background-color: #0EDF54; }
a { background-color: rgb(14,223,84); }
div.DivClassName
{
background-color: #0EDF54;
}
.BgClassName
{
background-color: #0EDF54;
}
</style>
border-color css
<style>
span { border-color: #0EDF54; }
span { border-color: rgb(14,223,84); }
td.TdClassName
{
border-color: #0EDF54;
}
.TagClassName
{
border-color: #0EDF54;
}
</style>