Shades of Malachite #0EE067
Tints of Malachite #0EE067
RGB
CMYK
RGB Variations
Color information
#0EE067 (or 0x0EE067) is known color: Malachite. HEX triplet: 0E, E0 and 67. RGB value is (14,224,103). Sum of RGB (Red+Green+Blue) = 14+224+103=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE067 is #F11F98. Grayscale: #939393. Windows color (decimal): -15802265 or 6807566. OLE color: 6807566.
HSL color Cylindrical-coordinate representation of color #0EE067: hue angle of 145.43º 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 #0EE067 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 103 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.12 |
| HSL | 145.43º | 0.88% | 0.47% | - |
| HSV(B) | 145.43º | 0.94% | 0.88% | - |
| XYZ | 29.28 | 54.38 | 21.79 | - |
| YUV | 147.42 | 102.93 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 103 | 0.94 | 0 | 0.54 | 0.12 | 145.43 | 0.88 | 0.47 |
| Hex | E | E0 | 67 | 5E | 0 | 36 | C | 91 | 58 | 2F |
| Octal | 16 | 340 | 147 | 136 | 0 | 66 | 14 | 221 | 130 | 57 |
| Binary | 1110 | 11100000 | 1100111 | 1011110 | 0 | 110110 | 1100 | 10010001 | 1011000 | 101111 |
Color Harmonies of #0EE067
Complementary color
Monochromatic Colors of #0EE067
Black with #0EE067
Text Example
Text Example
White with #0EE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE067; }
p { color: rgb(14,224,103); }
H1.HeaderClassName
{
color: #0EE067;
}
.AnyTagClassName
{
color: #0EE067;
}
</style>
background-color css
<style>
a { background-color: #0EE067; }
a { background-color: rgb(14,224,103); }
div.DivClassName
{
background-color: #0EE067;
}
.BgClassName
{
background-color: #0EE067;
}
</style>
border-color css
<style>
span { border-color: #0EE067; }
span { border-color: rgb(14,224,103); }
td.TdClassName
{
border-color: #0EE067;
}
.TagClassName
{
border-color: #0EE067;
}
</style>