Shades of Malachite #0EE655
Tints of Malachite #0EE655
RGB
CMYK
RGB Variations
Color information
#0EE655 (or 0x0EE655) is known color: Malachite. HEX triplet: 0E, E6 and 55. RGB value is (14,230,85). Sum of RGB (Red+Green+Blue) = 14+230+85=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 230 (90.23% from 255 or 69.91% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE655 is #F119AA. Grayscale: #959595. Windows color (decimal): -15800747 or 5629454. OLE color: 5629454.
HSL color Cylindrical-coordinate representation of color #0EE655: hue angle of 139.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE655 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 85 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.10 |
| HSL | 139.72º | 0.89% | 0.48% | - |
| HSV(B) | 139.72º | 0.94% | 0.9% | - |
| XYZ | 30.12 | 57.34 | 18.08 | - |
| YUV | 148.89 | 91.94 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 85 | 0.94 | 0 | 0.63 | 0.10 | 139.72 | 0.89 | 0.48 |
| Hex | E | E6 | 55 | 5E | 0 | 3F | A | 8C | 59 | 30 |
| Octal | 16 | 346 | 125 | 136 | 0 | 77 | 12 | 214 | 131 | 60 |
| Binary | 1110 | 11100110 | 1010101 | 1011110 | 0 | 111111 | 1010 | 10001100 | 1011001 | 110000 |
Color Harmonies of #0EE655
Complementary color
Monochromatic Colors of #0EE655
Black with #0EE655
Text Example
Text Example
White with #0EE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE655; }
p { color: rgb(14,230,85); }
H1.HeaderClassName
{
color: #0EE655;
}
.AnyTagClassName
{
color: #0EE655;
}
</style>
background-color css
<style>
a { background-color: #0EE655; }
a { background-color: rgb(14,230,85); }
div.DivClassName
{
background-color: #0EE655;
}
.BgClassName
{
background-color: #0EE655;
}
</style>
border-color css
<style>
span { border-color: #0EE655; }
span { border-color: rgb(14,230,85); }
td.TdClassName
{
border-color: #0EE655;
}
.TagClassName
{
border-color: #0EE655;
}
</style>