Shades of Malachite #00C94E
Tints of Malachite #00C94E
RGB
CMYK
RGB Variations
Color information
#00C94E (or 0x00C94E) is known color: Malachite. HEX triplet: 00, C9 and 4E. RGB value is (0,201,78). Sum of RGB (Red+Green+Blue) = 0+201+78=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #00C94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C94E is #FF36B1. Grayscale: #7F7F7F. Windows color (decimal): -16725682 or 5163264. OLE color: 5163264.
HSL color Cylindrical-coordinate representation of color #00C94E: hue angle of 143.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C94E is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 78 | - |
| CMYK | 1 | 0 | 0.61 | 0.21 |
| HSL | 143.28º | 1% | 0.39% | - |
| HSV(B) | 143.28º | 1% | 0.79% | - |
| XYZ | 22.26 | 42.32 | 14.2 | - |
| YUV | 126.88 | 100.41 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 78 | 1 | 0 | 0.61 | 0.21 | 143.28 | 1 | 0.39 |
| Hex | 0 | C9 | 4E | 64 | 0 | 3D | 15 | 8F | 64 | 27 |
| Octal | 0 | 311 | 116 | 144 | 0 | 75 | 25 | 217 | 144 | 47 |
| Binary | 0 | 11001001 | 1001110 | 1100100 | 0 | 111101 | 10101 | 10001111 | 1100100 | 100111 |
Color Harmonies of #00C94E
Complementary color
Monochromatic Colors of #00C94E
Black with #00C94E
Text Example
Text Example
White with #00C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C94E; }
p { color: rgb(0,201,78); }
H1.HeaderClassName
{
color: #00C94E;
}
.AnyTagClassName
{
color: #00C94E;
}
</style>
background-color css
<style>
a { background-color: #00C94E; }
a { background-color: rgb(0,201,78); }
div.DivClassName
{
background-color: #00C94E;
}
.BgClassName
{
background-color: #00C94E;
}
</style>
border-color css
<style>
span { border-color: #00C94E; }
span { border-color: rgb(0,201,78); }
td.TdClassName
{
border-color: #00C94E;
}
.TagClassName
{
border-color: #00C94E;
}
</style>