Shades of Malachite #00C95E
Tints of Malachite #00C95E
RGB
CMYK
RGB Variations
Color information
#00C95E (or 0x00C95E) is known color: Malachite. HEX triplet: 00, C9 and 5E. RGB value is (0,201,94). Sum of RGB (Red+Green+Blue) = 0+201+94=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #00C95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C95E is #FF36A1. Grayscale: #808080. Windows color (decimal): -16725666 or 6211840. OLE color: 6211840.
HSL color Cylindrical-coordinate representation of color #00C95E: hue angle of 148.06º 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 #00C95E is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 94 | - |
| CMYK | 1 | 0 | 0.53 | 0.21 |
| HSL | 148.06º | 1% | 0.39% | - |
| HSV(B) | 148.06º | 1% | 0.79% | - |
| XYZ | 22.91 | 42.58 | 17.6 | - |
| YUV | 128.7 | 108.41 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 94 | 1 | 0 | 0.53 | 0.21 | 148.06 | 1 | 0.39 |
| Hex | 0 | C9 | 5E | 64 | 0 | 35 | 15 | 94 | 64 | 27 |
| Octal | 0 | 311 | 136 | 144 | 0 | 65 | 25 | 224 | 144 | 47 |
| Binary | 0 | 11001001 | 1011110 | 1100100 | 0 | 110101 | 10101 | 10010100 | 1100100 | 100111 |
Color Harmonies of #00C95E
Complementary color
Monochromatic Colors of #00C95E
Black with #00C95E
Text Example
Text Example
White with #00C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C95E; }
p { color: rgb(0,201,94); }
H1.HeaderClassName
{
color: #00C95E;
}
.AnyTagClassName
{
color: #00C95E;
}
</style>
background-color css
<style>
a { background-color: #00C95E; }
a { background-color: rgb(0,201,94); }
div.DivClassName
{
background-color: #00C95E;
}
.BgClassName
{
background-color: #00C95E;
}
</style>
border-color css
<style>
span { border-color: #00C95E; }
span { border-color: rgb(0,201,94); }
td.TdClassName
{
border-color: #00C95E;
}
.TagClassName
{
border-color: #00C95E;
}
</style>