Shades of Malachite #00FE5A
Tints of Malachite #00FE5A
RGB
CMYK
RGB Variations
Color information
#00FE5A (or 0x00FE5A) is known color: Malachite. HEX triplet: 00, FE and 5A. RGB value is (0,254,90). Sum of RGB (Red+Green+Blue) = 0+254+90=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FE5A is #FF01A5. Grayscale: #9F9F9F. Windows color (decimal): -16712102 or 5963264. OLE color: 5963264.
HSL color Cylindrical-coordinate representation of color #00FE5A: hue angle of 141.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE5A is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 90 | - |
| CMYK | 1 | 0 | 0.65 | 0.00 |
| HSL | 141.26º | 1% | 0.5% | - |
| HSV(B) | 141.26º | 1% | 1% | - |
| XYZ | 37.29 | 71.62 | 21.53 | - |
| YUV | 159.36 | 88.85 | 14.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 90 | 1 | 0 | 0.65 | 0.00 | 141.26 | 1 | 0.5 |
| Hex | 0 | FE | 5A | 64 | 0 | 41 | 0 | 8D | 64 | 32 |
| Octal | 0 | 376 | 132 | 144 | 0 | 101 | 0 | 215 | 144 | 62 |
| Binary | 0 | 11111110 | 1011010 | 1100100 | 0 | 1000001 | 0 | 10001101 | 1100100 | 110010 |
Color Harmonies of #00FE5A
Complementary color
Monochromatic Colors of #00FE5A
Black with #00FE5A
Text Example
Text Example
White with #00FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE5A; }
p { color: rgb(0,254,90); }
H1.HeaderClassName
{
color: #00FE5A;
}
.AnyTagClassName
{
color: #00FE5A;
}
</style>
background-color css
<style>
a { background-color: #00FE5A; }
a { background-color: rgb(0,254,90); }
div.DivClassName
{
background-color: #00FE5A;
}
.BgClassName
{
background-color: #00FE5A;
}
</style>
border-color css
<style>
span { border-color: #00FE5A; }
span { border-color: rgb(0,254,90); }
td.TdClassName
{
border-color: #00FE5A;
}
.TagClassName
{
border-color: #00FE5A;
}
</style>