Shades of Malachite #00F940
Tints of Malachite #00F940
RGB
CMYK
RGB Variations
Color information
#00F940 (or 0x00F940) is known color: Malachite. HEX triplet: 00, F9 and 40. RGB value is (0,249,64). Sum of RGB (Red+Green+Blue) = 0+249+64=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 249 (97.66% from 255 or 79.55% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 249 - color contains mainly: green. Hex color #00F940 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F940 is #FF06BF. Grayscale: #999999. Windows color (decimal): -16713408 or 4258048. OLE color: 4258048.
HSL color Cylindrical-coordinate representation of color #00F940: hue angle of 135.42º 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 #00F940 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 64 | - |
| CMYK | 1 | 0 | 0.74 | 0.02 |
| HSL | 135.42º | 1% | 0.49% | - |
| HSV(B) | 135.42º | 1% | 0.98% | - |
| XYZ | 34.8 | 68.12 | 16.17 | - |
| YUV | 153.46 | 77.51 | 18.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 64 | 1 | 0 | 0.74 | 0.02 | 135.42 | 1 | 0.49 |
| Hex | 0 | F9 | 40 | 64 | 0 | 4A | 2 | 87 | 64 | 31 |
| Octal | 0 | 371 | 100 | 144 | 0 | 112 | 2 | 207 | 144 | 61 |
| Binary | 0 | 11111001 | 1000000 | 1100100 | 0 | 1001010 | 10 | 10000111 | 1100100 | 110001 |
Color Harmonies of #00F940
Complementary color
Monochromatic Colors of #00F940
Black with #00F940
Text Example
Text Example
White with #00F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F940; }
p { color: rgb(0,249,64); }
H1.HeaderClassName
{
color: #00F940;
}
.AnyTagClassName
{
color: #00F940;
}
</style>
background-color css
<style>
a { background-color: #00F940; }
a { background-color: rgb(0,249,64); }
div.DivClassName
{
background-color: #00F940;
}
.BgClassName
{
background-color: #00F940;
}
</style>
border-color css
<style>
span { border-color: #00F940; }
span { border-color: rgb(0,249,64); }
td.TdClassName
{
border-color: #00F940;
}
.TagClassName
{
border-color: #00F940;
}
</style>