Shades of Malachite #00E26A
Tints of Malachite #00E26A
RGB
CMYK
RGB Variations
Color information
#00E26A (or 0x00E26A) is known color: Malachite. HEX triplet: 00, E2 and 6A. RGB value is (0,226,106). Sum of RGB (Red+Green+Blue) = 0+226+106=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 226 (88.67% from 255 or 68.07% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 226 - color contains mainly: green. Hex color #00E26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00E26A is #FF1D95. Grayscale: #919191. Windows color (decimal): -16719254 or 7004672. OLE color: 7004672.
HSL color Cylindrical-coordinate representation of color #00E26A: hue angle of 148.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E26A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 226 | 106 | - |
| CMYK | 1 | 0 | 0.53 | 0.11 |
| HSL | 148.14º | 1% | 0.44% | - |
| HSV(B) | 148.14º | 1% | 0.89% | - |
| XYZ | 29.8 | 55.43 | 22.76 | - |
| YUV | 144.75 | 106.13 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 106 | 1 | 0 | 0.53 | 0.11 | 148.14 | 1 | 0.44 |
| Hex | 0 | E2 | 6A | 64 | 0 | 35 | B | 94 | 64 | 2C |
| Octal | 0 | 342 | 152 | 144 | 0 | 65 | 13 | 224 | 144 | 54 |
| Binary | 0 | 11100010 | 1101010 | 1100100 | 0 | 110101 | 1011 | 10010100 | 1100100 | 101100 |
Color Harmonies of #00E26A
Complementary color
Monochromatic Colors of #00E26A
Black with #00E26A
Text Example
Text Example
White with #00E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E26A; }
p { color: rgb(0,226,106); }
H1.HeaderClassName
{
color: #00E26A;
}
.AnyTagClassName
{
color: #00E26A;
}
</style>
background-color css
<style>
a { background-color: #00E26A; }
a { background-color: rgb(0,226,106); }
div.DivClassName
{
background-color: #00E26A;
}
.BgClassName
{
background-color: #00E26A;
}
</style>
border-color css
<style>
span { border-color: #00E26A; }
span { border-color: rgb(0,226,106); }
td.TdClassName
{
border-color: #00E26A;
}
.TagClassName
{
border-color: #00E26A;
}
</style>