Shades of Malachite #0FF041
Tints of Malachite #0FF041
RGB
CMYK
RGB Variations
Color information
#0FF041 (or 0x0FF041) is known color: Malachite. HEX triplet: 0F, F0 and 41. RGB value is (15,240,65). Sum of RGB (Red+Green+Blue) = 15+240+65=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF041 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF041 is #F00FBE. Grayscale: #999999. Windows color (decimal): -15732671 or 4321295. OLE color: 4321295.
HSL color Cylindrical-coordinate representation of color #0FF041: hue angle of 133.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF041 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 65 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.06 |
| HSL | 133.33º | 0.88% | 0.5% | - |
| HSV(B) | 133.33º | 0.94% | 0.94% | - |
| XYZ | 32.31 | 62.8 | 15.42 | - |
| YUV | 152.78 | 78.46 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 65 | 0.94 | 0 | 0.73 | 0.06 | 133.33 | 0.88 | 0.5 |
| Hex | F | F0 | 41 | 5E | 0 | 49 | 6 | 85 | 58 | 32 |
| Octal | 17 | 360 | 101 | 136 | 0 | 111 | 6 | 205 | 130 | 62 |
| Binary | 1111 | 11110000 | 1000001 | 1011110 | 0 | 1001001 | 110 | 10000101 | 1011000 | 110010 |
Color Harmonies of #0FF041
Complementary color
Monochromatic Colors of #0FF041
Black with #0FF041
Text Example
Text Example
White with #0FF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF041; }
p { color: rgb(15,240,65); }
H1.HeaderClassName
{
color: #0FF041;
}
.AnyTagClassName
{
color: #0FF041;
}
</style>
background-color css
<style>
a { background-color: #0FF041; }
a { background-color: rgb(15,240,65); }
div.DivClassName
{
background-color: #0FF041;
}
.BgClassName
{
background-color: #0FF041;
}
</style>
border-color css
<style>
span { border-color: #0FF041; }
span { border-color: rgb(15,240,65); }
td.TdClassName
{
border-color: #0FF041;
}
.TagClassName
{
border-color: #0FF041;
}
</style>