Shades of Malachite #0EE662
Tints of Malachite #0EE662
RGB
CMYK
RGB Variations
Color information
#0EE662 (or 0x0EE662) is known color: Malachite. HEX triplet: 0E, E6 and 62. RGB value is (14,230,98). Sum of RGB (Red+Green+Blue) = 14+230+98=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE662 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE662 is #F1199D. Grayscale: #969696. Windows color (decimal): -15800734 or 6481422. OLE color: 6481422.
HSL color Cylindrical-coordinate representation of color #0EE662: hue angle of 143.33º 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 #0EE662 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 98 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.10 |
| HSL | 143.33º | 0.89% | 0.48% | - |
| HSV(B) | 143.33º | 0.94% | 0.9% | - |
| XYZ | 30.68 | 57.57 | 21.05 | - |
| YUV | 150.37 | 98.44 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 98 | 0.94 | 0 | 0.57 | 0.10 | 143.33 | 0.89 | 0.48 |
| Hex | E | E6 | 62 | 5E | 0 | 39 | A | 8F | 59 | 30 |
| Octal | 16 | 346 | 142 | 136 | 0 | 71 | 12 | 217 | 131 | 60 |
| Binary | 1110 | 11100110 | 1100010 | 1011110 | 0 | 111001 | 1010 | 10001111 | 1011001 | 110000 |
Color Harmonies of #0EE662
Complementary color
Monochromatic Colors of #0EE662
Black with #0EE662
Text Example
Text Example
White with #0EE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE662; }
p { color: rgb(14,230,98); }
H1.HeaderClassName
{
color: #0EE662;
}
.AnyTagClassName
{
color: #0EE662;
}
</style>
background-color css
<style>
a { background-color: #0EE662; }
a { background-color: rgb(14,230,98); }
div.DivClassName
{
background-color: #0EE662;
}
.BgClassName
{
background-color: #0EE662;
}
</style>
border-color css
<style>
span { border-color: #0EE662; }
span { border-color: rgb(14,230,98); }
td.TdClassName
{
border-color: #0EE662;
}
.TagClassName
{
border-color: #0EE662;
}
</style>