Shades of Malachite #00E165
Tints of Malachite #00E165
RGB
CMYK
RGB Variations
Color information
#00E165 (or 0x00E165) is known color: Malachite. HEX triplet: 00, E1 and 65. RGB value is (0,225,101). Sum of RGB (Red+Green+Blue) = 0+225+101=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #00E165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00E165 is #FF1E9A. Grayscale: #8F8F8F. Windows color (decimal): -16719515 or 6676736. OLE color: 6676736.
HSL color Cylindrical-coordinate representation of color #00E165: hue angle of 146.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E165 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 101 | - |
| CMYK | 1 | 0 | 0.55 | 0.12 |
| HSL | 146.93º | 1% | 0.44% | - |
| HSV(B) | 146.93º | 1% | 0.88% | - |
| XYZ | 29.27 | 54.79 | 21.34 | - |
| YUV | 143.59 | 103.96 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 101 | 1 | 0 | 0.55 | 0.12 | 146.93 | 1 | 0.44 |
| Hex | 0 | E1 | 65 | 64 | 0 | 37 | C | 93 | 64 | 2C |
| Octal | 0 | 341 | 145 | 144 | 0 | 67 | 14 | 223 | 144 | 54 |
| Binary | 0 | 11100001 | 1100101 | 1100100 | 0 | 110111 | 1100 | 10010011 | 1100100 | 101100 |
Color Harmonies of #00E165
Complementary color
Monochromatic Colors of #00E165
Black with #00E165
Text Example
Text Example
White with #00E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E165; }
p { color: rgb(0,225,101); }
H1.HeaderClassName
{
color: #00E165;
}
.AnyTagClassName
{
color: #00E165;
}
</style>
background-color css
<style>
a { background-color: #00E165; }
a { background-color: rgb(0,225,101); }
div.DivClassName
{
background-color: #00E165;
}
.BgClassName
{
background-color: #00E165;
}
</style>
border-color css
<style>
span { border-color: #00E165; }
span { border-color: rgb(0,225,101); }
td.TdClassName
{
border-color: #00E165;
}
.TagClassName
{
border-color: #00E165;
}
</style>