Shades of Malachite #0EC669
Tints of Malachite #0EC669
RGB
CMYK
RGB Variations
Color information
#0EC669 (or 0x0EC669) is known color: Malachite. HEX triplet: 0E, C6 and 69. RGB value is (14,198,105). Sum of RGB (Red+Green+Blue) = 14+198+105=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC669 is #F13996. Grayscale: #848484. Windows color (decimal): -15808919 or 6931982. OLE color: 6931982.
HSL color Cylindrical-coordinate representation of color #0EC669: hue angle of 149.67º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC669 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 105 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.22 |
| HSL | 149.67º | 0.87% | 0.42% | - |
| HSV(B) | 149.67º | 0.93% | 0.78% | - |
| XYZ | 22.92 | 41.5 | 20.17 | - |
| YUV | 132.38 | 112.54 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 105 | 0.93 | 0 | 0.47 | 0.22 | 149.67 | 0.87 | 0.42 |
| Hex | E | C6 | 69 | 5D | 0 | 2F | 16 | 96 | 57 | 2A |
| Octal | 16 | 306 | 151 | 135 | 0 | 57 | 26 | 226 | 127 | 52 |
| Binary | 1110 | 11000110 | 1101001 | 1011101 | 0 | 101111 | 10110 | 10010110 | 1010111 | 101010 |
Color Harmonies of #0EC669
Complementary color
Monochromatic Colors of #0EC669
Black with #0EC669
Text Example
Text Example
White with #0EC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC669; }
p { color: rgb(14,198,105); }
H1.HeaderClassName
{
color: #0EC669;
}
.AnyTagClassName
{
color: #0EC669;
}
</style>
background-color css
<style>
a { background-color: #0EC669; }
a { background-color: rgb(14,198,105); }
div.DivClassName
{
background-color: #0EC669;
}
.BgClassName
{
background-color: #0EC669;
}
</style>
border-color css
<style>
span { border-color: #0EC669; }
span { border-color: rgb(14,198,105); }
td.TdClassName
{
border-color: #0EC669;
}
.TagClassName
{
border-color: #0EC669;
}
</style>