Shades of Malachite #0FF048
Tints of Malachite #0FF048
RGB
CMYK
RGB Variations
Color information
#0FF048 (or 0x0FF048) is known color: Malachite. HEX triplet: 0F, F0 and 48. RGB value is (15,240,72). Sum of RGB (Red+Green+Blue) = 15+240+72=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF048 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF048 is #F00FB7. Grayscale: #9A9A9A. Windows color (decimal): -15732664 or 4780047. OLE color: 4780047.
HSL color Cylindrical-coordinate representation of color #0FF048: hue angle of 135.2º 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 #0FF048 is Cyan = 0.94, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 72 | - |
| CMYK | 0.94 | 0 | 0.7 | 0.06 |
| HSL | 135.2º | 0.88% | 0.5% | - |
| HSV(B) | 135.2º | 0.94% | 0.94% | - |
| XYZ | 32.53 | 62.89 | 16.56 | - |
| YUV | 153.57 | 81.96 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 72 | 0.94 | 0 | 0.7 | 0.06 | 135.2 | 0.88 | 0.5 |
| Hex | F | F0 | 48 | 5E | 0 | 46 | 6 | 87 | 58 | 32 |
| Octal | 17 | 360 | 110 | 136 | 0 | 106 | 6 | 207 | 130 | 62 |
| Binary | 1111 | 11110000 | 1001000 | 1011110 | 0 | 1000110 | 110 | 10000111 | 1011000 | 110010 |
Color Harmonies of #0FF048
Complementary color
Monochromatic Colors of #0FF048
Black with #0FF048
Text Example
Text Example
White with #0FF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF048; }
p { color: rgb(15,240,72); }
H1.HeaderClassName
{
color: #0FF048;
}
.AnyTagClassName
{
color: #0FF048;
}
</style>
background-color css
<style>
a { background-color: #0FF048; }
a { background-color: rgb(15,240,72); }
div.DivClassName
{
background-color: #0FF048;
}
.BgClassName
{
background-color: #0FF048;
}
</style>
border-color css
<style>
span { border-color: #0FF048; }
span { border-color: rgb(15,240,72); }
td.TdClassName
{
border-color: #0FF048;
}
.TagClassName
{
border-color: #0FF048;
}
</style>