Shades of Malachite #0EE06B
Tints of Malachite #0EE06B
RGB
CMYK
RGB Variations
Color information
#0EE06B (or 0x0EE06B) is known color: Malachite. HEX triplet: 0E, E0 and 6B. RGB value is (14,224,107). Sum of RGB (Red+Green+Blue) = 14+224+107=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE06B is #F11F94. Grayscale: #949494. Windows color (decimal): -15802261 or 7069710. OLE color: 7069710.
HSL color Cylindrical-coordinate representation of color #0EE06B: hue angle of 146.57º 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 #0EE06B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 107 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.12 |
| HSL | 146.57º | 0.88% | 0.47% | - |
| HSV(B) | 146.57º | 0.94% | 0.88% | - |
| XYZ | 29.49 | 54.47 | 22.87 | - |
| YUV | 147.87 | 104.93 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 107 | 0.94 | 0 | 0.52 | 0.12 | 146.57 | 0.88 | 0.47 |
| Hex | E | E0 | 6B | 5E | 0 | 34 | C | 93 | 58 | 2F |
| Octal | 16 | 340 | 153 | 136 | 0 | 64 | 14 | 223 | 130 | 57 |
| Binary | 1110 | 11100000 | 1101011 | 1011110 | 0 | 110100 | 1100 | 10010011 | 1011000 | 101111 |
Color Harmonies of #0EE06B
Complementary color
Monochromatic Colors of #0EE06B
Black with #0EE06B
Text Example
Text Example
White with #0EE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE06B; }
p { color: rgb(14,224,107); }
H1.HeaderClassName
{
color: #0EE06B;
}
.AnyTagClassName
{
color: #0EE06B;
}
</style>
background-color css
<style>
a { background-color: #0EE06B; }
a { background-color: rgb(14,224,107); }
div.DivClassName
{
background-color: #0EE06B;
}
.BgClassName
{
background-color: #0EE06B;
}
</style>
border-color css
<style>
span { border-color: #0EE06B; }
span { border-color: rgb(14,224,107); }
td.TdClassName
{
border-color: #0EE06B;
}
.TagClassName
{
border-color: #0EE06B;
}
</style>