Shades of Malachite #00F044
Tints of Malachite #00F044
RGB
CMYK
RGB Variations
Color information
#00F044 (or 0x00F044) is known color: Malachite. HEX triplet: 00, F0 and 44. RGB value is (0,240,68). Sum of RGB (Red+Green+Blue) = 0+240+68=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #00F044 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F044 is #FF0FBB. Grayscale: #959595. Windows color (decimal): -16715708 or 4517888. OLE color: 4517888.
HSL color Cylindrical-coordinate representation of color #00F044: hue angle of 137º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F044 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 240 | 68 | - |
| CMYK | 1 | 0 | 0.72 | 0.06 |
| HSL | 137º | 1% | 0.47% | - |
| HSV(B) | 137º | 1% | 0.94% | - |
| XYZ | 32.2 | 62.74 | 15.88 | - |
| YUV | 148.63 | 82.49 | 21.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 240 | 68 | 1 | 0 | 0.72 | 0.06 | 137 | 1 | 0.47 |
| Hex | 0 | F0 | 44 | 64 | 0 | 48 | 6 | 89 | 64 | 2F |
| Octal | 0 | 360 | 104 | 144 | 0 | 110 | 6 | 211 | 144 | 57 |
| Binary | 0 | 11110000 | 1000100 | 1100100 | 0 | 1001000 | 110 | 10001001 | 1100100 | 101111 |
Color Harmonies of #00F044
Complementary color
Monochromatic Colors of #00F044
Black with #00F044
Text Example
Text Example
White with #00F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F044; }
p { color: rgb(0,240,68); }
H1.HeaderClassName
{
color: #00F044;
}
.AnyTagClassName
{
color: #00F044;
}
</style>
background-color css
<style>
a { background-color: #00F044; }
a { background-color: rgb(0,240,68); }
div.DivClassName
{
background-color: #00F044;
}
.BgClassName
{
background-color: #00F044;
}
</style>
border-color css
<style>
span { border-color: #00F044; }
span { border-color: rgb(0,240,68); }
td.TdClassName
{
border-color: #00F044;
}
.TagClassName
{
border-color: #00F044;
}
</style>