Shades of Malachite #0FF158
Tints of Malachite #0FF158
RGB
CMYK
RGB Variations
Color information
#0FF158 (or 0x0FF158) is known color: Malachite. HEX triplet: 0F, F1 and 58. RGB value is (15,241,88). Sum of RGB (Red+Green+Blue) = 15+241+88=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF158 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF158 is #F00EA7. Grayscale: #9C9C9C. Windows color (decimal): -15732392 or 5828879. OLE color: 5828879.
HSL color Cylindrical-coordinate representation of color #0FF158: hue angle of 139.38º 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 #0FF158 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 88 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.05 |
| HSL | 139.38º | 0.89% | 0.5% | - |
| HSV(B) | 139.38º | 0.94% | 0.95% | - |
| XYZ | 33.41 | 63.72 | 19.77 | - |
| YUV | 155.98 | 89.63 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 88 | 0.94 | 0 | 0.63 | 0.05 | 139.38 | 0.89 | 0.5 |
| Hex | F | F1 | 58 | 5E | 0 | 3F | 5 | 8B | 59 | 32 |
| Octal | 17 | 361 | 130 | 136 | 0 | 77 | 5 | 213 | 131 | 62 |
| Binary | 1111 | 11110001 | 1011000 | 1011110 | 0 | 111111 | 101 | 10001011 | 1011001 | 110010 |
Color Harmonies of #0FF158
Complementary color
Monochromatic Colors of #0FF158
Black with #0FF158
Text Example
Text Example
White with #0FF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF158; }
p { color: rgb(15,241,88); }
H1.HeaderClassName
{
color: #0FF158;
}
.AnyTagClassName
{
color: #0FF158;
}
</style>
background-color css
<style>
a { background-color: #0FF158; }
a { background-color: rgb(15,241,88); }
div.DivClassName
{
background-color: #0FF158;
}
.BgClassName
{
background-color: #0FF158;
}
</style>
border-color css
<style>
span { border-color: #0FF158; }
span { border-color: rgb(15,241,88); }
td.TdClassName
{
border-color: #0FF158;
}
.TagClassName
{
border-color: #0FF158;
}
</style>