Shades of Malachite #00E345
Tints of Malachite #00E345
RGB
CMYK
RGB Variations
Color information
#00E345 (or 0x00E345) is known color: Malachite. HEX triplet: 00, E3 and 45. RGB value is (0,227,69). Sum of RGB (Red+Green+Blue) = 0+227+69=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 227 (89.06% from 255 or 76.69% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 227 - color contains mainly: green. Hex color #00E345 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E345 is #FF1CBA. Grayscale: #8D8D8D. Windows color (decimal): -16719035 or 4580096. OLE color: 4580096.
HSL color Cylindrical-coordinate representation of color #00E345: hue angle of 138.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E345 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 227 | 69 | - |
| CMYK | 1 | 0 | 0.70 | 0.11 |
| HSL | 138.24º | 1% | 0.45% | - |
| HSV(B) | 138.24º | 1% | 0.89% | - |
| XYZ | 28.54 | 55.37 | 14.81 | - |
| YUV | 141.12 | 87.29 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 227 | 69 | 1 | 0 | 0.70 | 0.11 | 138.24 | 1 | 0.45 |
| Hex | 0 | E3 | 45 | 64 | 0 | 46 | B | 8A | 64 | 2D |
| Octal | 0 | 343 | 105 | 144 | 0 | 106 | 13 | 212 | 144 | 55 |
| Binary | 0 | 11100011 | 1000101 | 1100100 | 0 | 1000110 | 1011 | 10001010 | 1100100 | 101101 |
Color Harmonies of #00E345
Complementary color
Monochromatic Colors of #00E345
Black with #00E345
Text Example
Text Example
White with #00E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E345; }
p { color: rgb(0,227,69); }
H1.HeaderClassName
{
color: #00E345;
}
.AnyTagClassName
{
color: #00E345;
}
</style>
background-color css
<style>
a { background-color: #00E345; }
a { background-color: rgb(0,227,69); }
div.DivClassName
{
background-color: #00E345;
}
.BgClassName
{
background-color: #00E345;
}
</style>
border-color css
<style>
span { border-color: #00E345; }
span { border-color: rgb(0,227,69); }
td.TdClassName
{
border-color: #00E345;
}
.TagClassName
{
border-color: #00E345;
}
</style>