Shades of Malachite #0FF148
Tints of Malachite #0FF148
RGB
CMYK
RGB Variations
Color information
#0FF148 (or 0x0FF148) is known color: Malachite. HEX triplet: 0F, F1 and 48. RGB value is (15,241,72). Sum of RGB (Red+Green+Blue) = 15+241+72=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF148 is #F00EB7. Grayscale: #9A9A9A. Windows color (decimal): -15732408 or 4780303. OLE color: 4780303.
HSL color Cylindrical-coordinate representation of color #0FF148: hue angle of 135.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF148 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 72 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.05 |
| HSL | 135.13º | 0.89% | 0.5% | - |
| HSV(B) | 135.13º | 0.94% | 0.95% | - |
| XYZ | 32.82 | 63.48 | 16.65 | - |
| YUV | 154.16 | 81.63 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 72 | 0.94 | 0 | 0.70 | 0.05 | 135.13 | 0.89 | 0.5 |
| Hex | F | F1 | 48 | 5E | 0 | 46 | 5 | 87 | 59 | 32 |
| Octal | 17 | 361 | 110 | 136 | 0 | 106 | 5 | 207 | 131 | 62 |
| Binary | 1111 | 11110001 | 1001000 | 1011110 | 0 | 1000110 | 101 | 10000111 | 1011001 | 110010 |
Color Harmonies of #0FF148
Complementary color
Monochromatic Colors of #0FF148
Black with #0FF148
Text Example
Text Example
White with #0FF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF148; }
p { color: rgb(15,241,72); }
H1.HeaderClassName
{
color: #0FF148;
}
.AnyTagClassName
{
color: #0FF148;
}
</style>
background-color css
<style>
a { background-color: #0FF148; }
a { background-color: rgb(15,241,72); }
div.DivClassName
{
background-color: #0FF148;
}
.BgClassName
{
background-color: #0FF148;
}
</style>
border-color css
<style>
span { border-color: #0FF148; }
span { border-color: rgb(15,241,72); }
td.TdClassName
{
border-color: #0FF148;
}
.TagClassName
{
border-color: #0FF148;
}
</style>