Shades of Malachite #00E968
Tints of Malachite #00E968
RGB
CMYK
RGB Variations
Color information
#00E968 (or 0x00E968) is known color: Malachite. HEX triplet: 00, E9 and 68. RGB value is (0,233,104). Sum of RGB (Red+Green+Blue) = 0+233+104=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 233 (91.41% from 255 or 69.14% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 233 - color contains mainly: green. Hex color #00E968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E968 is #FF1697. Grayscale: #949494. Windows color (decimal): -16717464 or 6875392. OLE color: 6875392.
HSL color Cylindrical-coordinate representation of color #00E968: hue angle of 146.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E968 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 104 | - |
| CMYK | 1 | 0 | 0.55 | 0.09 |
| HSL | 146.78º | 1% | 0.46% | - |
| HSV(B) | 146.78º | 1% | 0.91% | - |
| XYZ | 31.64 | 59.28 | 22.87 | - |
| YUV | 148.63 | 102.81 | 21.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 104 | 1 | 0 | 0.55 | 0.09 | 146.78 | 1 | 0.46 |
| Hex | 0 | E9 | 68 | 64 | 0 | 37 | 9 | 93 | 64 | 2E |
| Octal | 0 | 351 | 150 | 144 | 0 | 67 | 11 | 223 | 144 | 56 |
| Binary | 0 | 11101001 | 1101000 | 1100100 | 0 | 110111 | 1001 | 10010011 | 1100100 | 101110 |
Color Harmonies of #00E968
Complementary color
Monochromatic Colors of #00E968
Black with #00E968
Text Example
Text Example
White with #00E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E968; }
p { color: rgb(0,233,104); }
H1.HeaderClassName
{
color: #00E968;
}
.AnyTagClassName
{
color: #00E968;
}
</style>
background-color css
<style>
a { background-color: #00E968; }
a { background-color: rgb(0,233,104); }
div.DivClassName
{
background-color: #00E968;
}
.BgClassName
{
background-color: #00E968;
}
</style>
border-color css
<style>
span { border-color: #00E968; }
span { border-color: rgb(0,233,104); }
td.TdClassName
{
border-color: #00E968;
}
.TagClassName
{
border-color: #00E968;
}
</style>