Shades of Malachite #0EE665
Tints of Malachite #0EE665
RGB
CMYK
RGB Variations
Color information
#0EE665 (or 0x0EE665) is known color: Malachite. HEX triplet: 0E, E6 and 65. RGB value is (14,230,101). Sum of RGB (Red+Green+Blue) = 14+230+101=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE665 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE665 is #F1199A. Grayscale: #979797. Windows color (decimal): -15800731 or 6678030. OLE color: 6678030.
HSL color Cylindrical-coordinate representation of color #0EE665: hue angle of 144.17º 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 #0EE665 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 101 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.10 |
| HSL | 144.17º | 0.89% | 0.48% | - |
| HSV(B) | 144.17º | 0.94% | 0.9% | - |
| XYZ | 30.83 | 57.63 | 21.81 | - |
| YUV | 150.71 | 99.94 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 101 | 0.94 | 0 | 0.56 | 0.10 | 144.17 | 0.89 | 0.48 |
| Hex | E | E6 | 65 | 5E | 0 | 38 | A | 90 | 59 | 30 |
| Octal | 16 | 346 | 145 | 136 | 0 | 70 | 12 | 220 | 131 | 60 |
| Binary | 1110 | 11100110 | 1100101 | 1011110 | 0 | 111000 | 1010 | 10010000 | 1011001 | 110000 |
Color Harmonies of #0EE665
Complementary color
Monochromatic Colors of #0EE665
Black with #0EE665
Text Example
Text Example
White with #0EE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE665; }
p { color: rgb(14,230,101); }
H1.HeaderClassName
{
color: #0EE665;
}
.AnyTagClassName
{
color: #0EE665;
}
</style>
background-color css
<style>
a { background-color: #0EE665; }
a { background-color: rgb(14,230,101); }
div.DivClassName
{
background-color: #0EE665;
}
.BgClassName
{
background-color: #0EE665;
}
</style>
border-color css
<style>
span { border-color: #0EE665; }
span { border-color: rgb(14,230,101); }
td.TdClassName
{
border-color: #0EE665;
}
.TagClassName
{
border-color: #0EE665;
}
</style>