Shades of Malachite #0EE666
Tints of Malachite #0EE666
RGB
CMYK
RGB Variations
Color information
#0EE666 (or 0x0EE666) is known color: Malachite. HEX triplet: 0E, E6 and 66. RGB value is (14,230,102). Sum of RGB (Red+Green+Blue) = 14+230+102=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE666 is #F11999. Grayscale: #979797. Windows color (decimal): -15800730 or 6743566. OLE color: 6743566.
HSL color Cylindrical-coordinate representation of color #0EE666: hue angle of 144.44º 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 #0EE666 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 102 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.10 |
| HSL | 144.44º | 0.89% | 0.48% | - |
| HSV(B) | 144.44º | 0.94% | 0.9% | - |
| XYZ | 30.88 | 57.65 | 22.07 | - |
| YUV | 150.82 | 100.44 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 102 | 0.94 | 0 | 0.56 | 0.10 | 144.44 | 0.89 | 0.48 |
| Hex | E | E6 | 66 | 5E | 0 | 38 | A | 90 | 59 | 30 |
| Octal | 16 | 346 | 146 | 136 | 0 | 70 | 12 | 220 | 131 | 60 |
| Binary | 1110 | 11100110 | 1100110 | 1011110 | 0 | 111000 | 1010 | 10010000 | 1011001 | 110000 |
Color Harmonies of #0EE666
Complementary color
Monochromatic Colors of #0EE666
Black with #0EE666
Text Example
Text Example
White with #0EE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE666; }
p { color: rgb(14,230,102); }
H1.HeaderClassName
{
color: #0EE666;
}
.AnyTagClassName
{
color: #0EE666;
}
</style>
background-color css
<style>
a { background-color: #0EE666; }
a { background-color: rgb(14,230,102); }
div.DivClassName
{
background-color: #0EE666;
}
.BgClassName
{
background-color: #0EE666;
}
</style>
border-color css
<style>
span { border-color: #0EE666; }
span { border-color: rgb(14,230,102); }
td.TdClassName
{
border-color: #0EE666;
}
.TagClassName
{
border-color: #0EE666;
}
</style>