Shades of Malachite #00FA5B
Tints of Malachite #00FA5B
RGB
CMYK
RGB Variations
Color information
#00FA5B (or 0x00FA5B) is known color: Malachite. HEX triplet: 00, FA and 5B. RGB value is (0,250,91). Sum of RGB (Red+Green+Blue) = 0+250+91=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FA5B is #FF05A4. Grayscale: #9D9D9D. Windows color (decimal): -16713125 or 6027776. OLE color: 6027776.
HSL color Cylindrical-coordinate representation of color #00FA5B: hue angle of 141.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FA5B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 91 | - |
| CMYK | 1 | 0 | 0.64 | 0.02 |
| HSL | 141.84º | 1% | 0.49% | - |
| HSV(B) | 141.84º | 1% | 0.98% | - |
| XYZ | 36.07 | 69.13 | 21.34 | - |
| YUV | 157.12 | 90.68 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 91 | 1 | 0 | 0.64 | 0.02 | 141.84 | 1 | 0.49 |
| Hex | 0 | FA | 5B | 64 | 0 | 40 | 2 | 8E | 64 | 31 |
| Octal | 0 | 372 | 133 | 144 | 0 | 100 | 2 | 216 | 144 | 61 |
| Binary | 0 | 11111010 | 1011011 | 1100100 | 0 | 1000000 | 10 | 10001110 | 1100100 | 110001 |
Color Harmonies of #00FA5B
Complementary color
Monochromatic Colors of #00FA5B
Black with #00FA5B
Text Example
Text Example
White with #00FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA5B; }
p { color: rgb(0,250,91); }
H1.HeaderClassName
{
color: #00FA5B;
}
.AnyTagClassName
{
color: #00FA5B;
}
</style>
background-color css
<style>
a { background-color: #00FA5B; }
a { background-color: rgb(0,250,91); }
div.DivClassName
{
background-color: #00FA5B;
}
.BgClassName
{
background-color: #00FA5B;
}
</style>
border-color css
<style>
span { border-color: #00FA5B; }
span { border-color: rgb(0,250,91); }
td.TdClassName
{
border-color: #00FA5B;
}
.TagClassName
{
border-color: #00FA5B;
}
</style>