Shades of Malachite #0ECB68
Tints of Malachite #0ECB68
RGB
CMYK
RGB Variations
Color information
#0ECB68 (or 0x0ECB68) is known color: Malachite. HEX triplet: 0E, CB and 68. RGB value is (14,203,104). Sum of RGB (Red+Green+Blue) = 14+203+104=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECB68 is #F13497. Grayscale: #878787. Windows color (decimal): -15807640 or 6867726. OLE color: 6867726.
HSL color Cylindrical-coordinate representation of color #0ECB68: hue angle of 148.57º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECB68 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 104 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.20 |
| HSL | 148.57º | 0.87% | 0.43% | - |
| HSV(B) | 148.57º | 0.93% | 0.8% | - |
| XYZ | 24.04 | 43.8 | 20.29 | - |
| YUV | 135.2 | 110.38 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 104 | 0.93 | 0 | 0.49 | 0.20 | 148.57 | 0.87 | 0.43 |
| Hex | E | CB | 68 | 5D | 0 | 31 | 14 | 95 | 57 | 2B |
| Octal | 16 | 313 | 150 | 135 | 0 | 61 | 24 | 225 | 127 | 53 |
| Binary | 1110 | 11001011 | 1101000 | 1011101 | 0 | 110001 | 10100 | 10010101 | 1010111 | 101011 |
Color Harmonies of #0ECB68
Complementary color
Monochromatic Colors of #0ECB68
Black with #0ECB68
Text Example
Text Example
White with #0ECB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECB68; }
p { color: rgb(14,203,104); }
H1.HeaderClassName
{
color: #0ECB68;
}
.AnyTagClassName
{
color: #0ECB68;
}
</style>
background-color css
<style>
a { background-color: #0ECB68; }
a { background-color: rgb(14,203,104); }
div.DivClassName
{
background-color: #0ECB68;
}
.BgClassName
{
background-color: #0ECB68;
}
</style>
border-color css
<style>
span { border-color: #0ECB68; }
span { border-color: rgb(14,203,104); }
td.TdClassName
{
border-color: #0ECB68;
}
.TagClassName
{
border-color: #0ECB68;
}
</style>