Shades of Malachite #00D54A
Tints of Malachite #00D54A
RGB
CMYK
RGB Variations
Color information
#00D54A (or 0x00D54A) is known color: Malachite. HEX triplet: 00, D5 and 4A. RGB value is (0,213,74). Sum of RGB (Red+Green+Blue) = 0+213+74=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #00D54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D54A is #FF2AB5. Grayscale: #858585. Windows color (decimal): -16722614 or 4904192. OLE color: 4904192.
HSL color Cylindrical-coordinate representation of color #00D54A: hue angle of 140.85º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D54A is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 74 | - |
| CMYK | 1 | 0 | 0.65 | 0.16 |
| HSL | 140.85º | 1% | 0.42% | - |
| HSV(B) | 140.85º | 1% | 0.84% | - |
| XYZ | 25.03 | 48.08 | 14.44 | - |
| YUV | 133.47 | 94.43 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 74 | 1 | 0 | 0.65 | 0.16 | 140.85 | 1 | 0.42 |
| Hex | 0 | D5 | 4A | 64 | 0 | 41 | 10 | 8D | 64 | 2A |
| Octal | 0 | 325 | 112 | 144 | 0 | 101 | 20 | 215 | 144 | 52 |
| Binary | 0 | 11010101 | 1001010 | 1100100 | 0 | 1000001 | 10000 | 10001101 | 1100100 | 101010 |
Color Harmonies of #00D54A
Complementary color
Monochromatic Colors of #00D54A
Black with #00D54A
Text Example
Text Example
White with #00D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D54A; }
p { color: rgb(0,213,74); }
H1.HeaderClassName
{
color: #00D54A;
}
.AnyTagClassName
{
color: #00D54A;
}
</style>
background-color css
<style>
a { background-color: #00D54A; }
a { background-color: rgb(0,213,74); }
div.DivClassName
{
background-color: #00D54A;
}
.BgClassName
{
background-color: #00D54A;
}
</style>
border-color css
<style>
span { border-color: #00D54A; }
span { border-color: rgb(0,213,74); }
td.TdClassName
{
border-color: #00D54A;
}
.TagClassName
{
border-color: #00D54A;
}
</style>