Shades of Malachite #00EB3C
Tints of Malachite #00EB3C
RGB
CMYK
RGB Variations
Color information
#00EB3C (or 0x00EB3C) is known color: Malachite. HEX triplet: 00, EB and 3C. RGB value is (0,235,60). Sum of RGB (Red+Green+Blue) = 0+235+60=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 235 (92.19% from 255 or 79.66% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 235 - color contains mainly: green. Hex color #00EB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EB3C is #FF14C3. Grayscale: #919191. Windows color (decimal): -16716996 or 3992320. OLE color: 3992320.
HSL color Cylindrical-coordinate representation of color #00EB3C: hue angle of 135.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EB3C is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 60 | - |
| CMYK | 1 | 0 | 0.74 | 0.08 |
| HSL | 135.32º | 1% | 0.46% | - |
| HSV(B) | 135.32º | 1% | 0.92% | - |
| XYZ | 30.52 | 59.74 | 14.2 | - |
| YUV | 144.79 | 80.14 | 24.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 60 | 1 | 0 | 0.74 | 0.08 | 135.32 | 1 | 0.46 |
| Hex | 0 | EB | 3C | 64 | 0 | 4A | 8 | 87 | 64 | 2E |
| Octal | 0 | 353 | 74 | 144 | 0 | 112 | 10 | 207 | 144 | 56 |
| Binary | 0 | 11101011 | 111100 | 1100100 | 0 | 1001010 | 1000 | 10000111 | 1100100 | 101110 |
Color Harmonies of #00EB3C
Complementary color
Monochromatic Colors of #00EB3C
Black with #00EB3C
Text Example
Text Example
White with #00EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EB3C; }
p { color: rgb(0,235,60); }
H1.HeaderClassName
{
color: #00EB3C;
}
.AnyTagClassName
{
color: #00EB3C;
}
</style>
background-color css
<style>
a { background-color: #00EB3C; }
a { background-color: rgb(0,235,60); }
div.DivClassName
{
background-color: #00EB3C;
}
.BgClassName
{
background-color: #00EB3C;
}
</style>
border-color css
<style>
span { border-color: #00EB3C; }
span { border-color: rgb(0,235,60); }
td.TdClassName
{
border-color: #00EB3C;
}
.TagClassName
{
border-color: #00EB3C;
}
</style>