Shades of Malachite #0FD858
Tints of Malachite #0FD858
RGB
CMYK
RGB Variations
Color information
#0FD858 (or 0x0FD858) is known color: Malachite. HEX triplet: 0F, D8 and 58. RGB value is (15,216,88). Sum of RGB (Red+Green+Blue) = 15+216+88=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD858 is #F027A7. Grayscale: #8D8D8D. Windows color (decimal): -15738792 or 5822479. OLE color: 5822479.
HSL color Cylindrical-coordinate representation of color #0FD858: hue angle of 141.79º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD858 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 88 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.15 |
| HSL | 141.79º | 0.87% | 0.45% | - |
| HSV(B) | 141.79º | 0.93% | 0.85% | - |
| XYZ | 26.51 | 49.92 | 17.47 | - |
| YUV | 141.31 | 97.91 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 88 | 0.93 | 0 | 0.59 | 0.15 | 141.79 | 0.87 | 0.45 |
| Hex | F | D8 | 58 | 5D | 0 | 3B | F | 8E | 57 | 2D |
| Octal | 17 | 330 | 130 | 135 | 0 | 73 | 17 | 216 | 127 | 55 |
| Binary | 1111 | 11011000 | 1011000 | 1011101 | 0 | 111011 | 1111 | 10001110 | 1010111 | 101101 |
Color Harmonies of #0FD858
Complementary color
Monochromatic Colors of #0FD858
Black with #0FD858
Text Example
Text Example
White with #0FD858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD858; }
p { color: rgb(15,216,88); }
H1.HeaderClassName
{
color: #0FD858;
}
.AnyTagClassName
{
color: #0FD858;
}
</style>
background-color css
<style>
a { background-color: #0FD858; }
a { background-color: rgb(15,216,88); }
div.DivClassName
{
background-color: #0FD858;
}
.BgClassName
{
background-color: #0FD858;
}
</style>
border-color css
<style>
span { border-color: #0FD858; }
span { border-color: rgb(15,216,88); }
td.TdClassName
{
border-color: #0FD858;
}
.TagClassName
{
border-color: #0FD858;
}
</style>