Shades of Malachite #0FF156
Tints of Malachite #0FF156
RGB
CMYK
RGB Variations
Color information
#0FF156 (or 0x0FF156) is known color: Malachite. HEX triplet: 0F, F1 and 56. RGB value is (15,241,86). Sum of RGB (Red+Green+Blue) = 15+241+86=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF156 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF156 is #F00EA9. Grayscale: #9C9C9C. Windows color (decimal): -15732394 or 5697807. OLE color: 5697807.
HSL color Cylindrical-coordinate representation of color #0FF156: hue angle of 138.85º 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 #0FF156 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 86 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.05 |
| HSL | 138.85º | 0.89% | 0.5% | - |
| HSV(B) | 138.85º | 0.94% | 0.95% | - |
| XYZ | 33.33 | 63.68 | 19.34 | - |
| YUV | 155.76 | 88.63 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 86 | 0.94 | 0 | 0.64 | 0.05 | 138.85 | 0.89 | 0.5 |
| Hex | F | F1 | 56 | 5E | 0 | 40 | 5 | 8B | 59 | 32 |
| Octal | 17 | 361 | 126 | 136 | 0 | 100 | 5 | 213 | 131 | 62 |
| Binary | 1111 | 11110001 | 1010110 | 1011110 | 0 | 1000000 | 101 | 10001011 | 1011001 | 110010 |
Color Harmonies of #0FF156
Complementary color
Monochromatic Colors of #0FF156
Black with #0FF156
Text Example
Text Example
White with #0FF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF156; }
p { color: rgb(15,241,86); }
H1.HeaderClassName
{
color: #0FF156;
}
.AnyTagClassName
{
color: #0FF156;
}
</style>
background-color css
<style>
a { background-color: #0FF156; }
a { background-color: rgb(15,241,86); }
div.DivClassName
{
background-color: #0FF156;
}
.BgClassName
{
background-color: #0FF156;
}
</style>
border-color css
<style>
span { border-color: #0FF156; }
span { border-color: rgb(15,241,86); }
td.TdClassName
{
border-color: #0FF156;
}
.TagClassName
{
border-color: #0FF156;
}
</style>