Shades of Malachite #0EE34B
Tints of Malachite #0EE34B
RGB
CMYK
RGB Variations
Color information
#0EE34B (or 0x0EE34B) is known color: Malachite. HEX triplet: 0E, E3 and 4B. RGB value is (14,227,75). Sum of RGB (Red+Green+Blue) = 14+227+75=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 227 (89.06% from 255 or 71.84% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE34B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE34B is #F11CB4. Grayscale: #929292. Windows color (decimal): -15801525 or 4973326. OLE color: 4973326.
HSL color Cylindrical-coordinate representation of color #0EE34B: hue angle of 137.18º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE34B is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 75 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.11 |
| HSL | 137.18º | 0.88% | 0.47% | - |
| HSV(B) | 137.18º | 0.94% | 0.89% | - |
| XYZ | 28.92 | 55.54 | 15.85 | - |
| YUV | 145.99 | 87.93 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 75 | 0.94 | 0 | 0.67 | 0.11 | 137.18 | 0.88 | 0.47 |
| Hex | E | E3 | 4B | 5E | 0 | 43 | B | 89 | 58 | 2F |
| Octal | 16 | 343 | 113 | 136 | 0 | 103 | 13 | 211 | 130 | 57 |
| Binary | 1110 | 11100011 | 1001011 | 1011110 | 0 | 1000011 | 1011 | 10001001 | 1011000 | 101111 |
Color Harmonies of #0EE34B
Complementary color
Monochromatic Colors of #0EE34B
Black with #0EE34B
Text Example
Text Example
White with #0EE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE34B; }
p { color: rgb(14,227,75); }
H1.HeaderClassName
{
color: #0EE34B;
}
.AnyTagClassName
{
color: #0EE34B;
}
</style>
background-color css
<style>
a { background-color: #0EE34B; }
a { background-color: rgb(14,227,75); }
div.DivClassName
{
background-color: #0EE34B;
}
.BgClassName
{
background-color: #0EE34B;
}
</style>
border-color css
<style>
span { border-color: #0EE34B; }
span { border-color: rgb(14,227,75); }
td.TdClassName
{
border-color: #0EE34B;
}
.TagClassName
{
border-color: #0EE34B;
}
</style>