Shades of Malachite #00D04A
Tints of Malachite #00D04A
RGB
CMYK
RGB Variations
Color information
#00D04A (or 0x00D04A) is known color: Malachite. HEX triplet: 00, D0 and 4A. RGB value is (0,208,74). Sum of RGB (Red+Green+Blue) = 0+208+74=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #00D04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D04A is #FF2FB5. Grayscale: #828282. Windows color (decimal): -16723894 or 4902912. OLE color: 4902912.
HSL color Cylindrical-coordinate representation of color #00D04A: hue angle of 141.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D04A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 74 | - |
| CMYK | 1 | 0 | 0.64 | 0.18 |
| HSL | 141.35º | 1% | 0.41% | - |
| HSV(B) | 141.35º | 1% | 0.82% | - |
| XYZ | 23.79 | 45.61 | 14.03 | - |
| YUV | 130.53 | 96.09 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 74 | 1 | 0 | 0.64 | 0.18 | 141.35 | 1 | 0.41 |
| Hex | 0 | D0 | 4A | 64 | 0 | 40 | 12 | 8D | 64 | 29 |
| Octal | 0 | 320 | 112 | 144 | 0 | 100 | 22 | 215 | 144 | 51 |
| Binary | 0 | 11010000 | 1001010 | 1100100 | 0 | 1000000 | 10010 | 10001101 | 1100100 | 101001 |
Color Harmonies of #00D04A
Complementary color
Monochromatic Colors of #00D04A
Black with #00D04A
Text Example
Text Example
White with #00D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D04A; }
p { color: rgb(0,208,74); }
H1.HeaderClassName
{
color: #00D04A;
}
.AnyTagClassName
{
color: #00D04A;
}
</style>
background-color css
<style>
a { background-color: #00D04A; }
a { background-color: rgb(0,208,74); }
div.DivClassName
{
background-color: #00D04A;
}
.BgClassName
{
background-color: #00D04A;
}
</style>
border-color css
<style>
span { border-color: #00D04A; }
span { border-color: rgb(0,208,74); }
td.TdClassName
{
border-color: #00D04A;
}
.TagClassName
{
border-color: #00D04A;
}
</style>