Shades of Malachite #0EE053
Tints of Malachite #0EE053
RGB
CMYK
RGB Variations
Color information
#0EE053 (or 0x0EE053) is known color: Malachite. HEX triplet: 0E, E0 and 53. RGB value is (14,224,83). Sum of RGB (Red+Green+Blue) = 14+224+83=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE053 is #F11FAC. Grayscale: #919191. Windows color (decimal): -15802285 or 5496846. OLE color: 5496846.
HSL color Cylindrical-coordinate representation of color #0EE053: hue angle of 139.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE053 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 83 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.12 |
| HSL | 139.71º | 0.88% | 0.47% | - |
| HSV(B) | 139.71º | 0.94% | 0.88% | - |
| XYZ | 28.4 | 54.03 | 17.12 | - |
| YUV | 145.14 | 92.93 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 83 | 0.94 | 0 | 0.63 | 0.12 | 139.71 | 0.88 | 0.47 |
| Hex | E | E0 | 53 | 5E | 0 | 3F | C | 8C | 58 | 2F |
| Octal | 16 | 340 | 123 | 136 | 0 | 77 | 14 | 214 | 130 | 57 |
| Binary | 1110 | 11100000 | 1010011 | 1011110 | 0 | 111111 | 1100 | 10001100 | 1011000 | 101111 |
Color Harmonies of #0EE053
Complementary color
Monochromatic Colors of #0EE053
Black with #0EE053
Text Example
Text Example
White with #0EE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE053; }
p { color: rgb(14,224,83); }
H1.HeaderClassName
{
color: #0EE053;
}
.AnyTagClassName
{
color: #0EE053;
}
</style>
background-color css
<style>
a { background-color: #0EE053; }
a { background-color: rgb(14,224,83); }
div.DivClassName
{
background-color: #0EE053;
}
.BgClassName
{
background-color: #0EE053;
}
</style>
border-color css
<style>
span { border-color: #0EE053; }
span { border-color: rgb(14,224,83); }
td.TdClassName
{
border-color: #0EE053;
}
.TagClassName
{
border-color: #0EE053;
}
</style>