Shades of Malachite #00FA4B
Tints of Malachite #00FA4B
RGB
CMYK
RGB Variations
Color information
#00FA4B (or 0x00FA4B) is known color: Malachite. HEX triplet: 00, FA and 4B. RGB value is (0,250,75). Sum of RGB (Red+Green+Blue) = 0+250+75=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FA4B is #FF05B4. Grayscale: #9B9B9B. Windows color (decimal): -16713141 or 4979200. OLE color: 4979200.
HSL color Cylindrical-coordinate representation of color #00FA4B: hue angle of 138º 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 #00FA4B is Cyan = 1, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 75 | - |
| CMYK | 1 | 0 | 0.7 | 0.02 |
| HSL | 138º | 1% | 0.49% | - |
| HSV(B) | 138º | 1% | 0.98% | - |
| XYZ | 35.46 | 68.88 | 18.08 | - |
| YUV | 155.3 | 82.68 | 17.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 75 | 1 | 0 | 0.7 | 0.02 | 138 | 1 | 0.49 |
| Hex | 0 | FA | 4B | 64 | 0 | 46 | 2 | 8A | 64 | 31 |
| Octal | 0 | 372 | 113 | 144 | 0 | 106 | 2 | 212 | 144 | 61 |
| Binary | 0 | 11111010 | 1001011 | 1100100 | 0 | 1000110 | 10 | 10001010 | 1100100 | 110001 |
Color Harmonies of #00FA4B
Complementary color
Monochromatic Colors of #00FA4B
Black with #00FA4B
Text Example
Text Example
White with #00FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA4B; }
p { color: rgb(0,250,75); }
H1.HeaderClassName
{
color: #00FA4B;
}
.AnyTagClassName
{
color: #00FA4B;
}
</style>
background-color css
<style>
a { background-color: #00FA4B; }
a { background-color: rgb(0,250,75); }
div.DivClassName
{
background-color: #00FA4B;
}
.BgClassName
{
background-color: #00FA4B;
}
</style>
border-color css
<style>
span { border-color: #00FA4B; }
span { border-color: rgb(0,250,75); }
td.TdClassName
{
border-color: #00FA4B;
}
.TagClassName
{
border-color: #00FA4B;
}
</style>