Shades of Malachite #0FD868
Tints of Malachite #0FD868
RGB
CMYK
RGB Variations
Color information
#0FD868 (or 0x0FD868) is known color: Malachite. HEX triplet: 0F, D8 and 68. RGB value is (15,216,104). Sum of RGB (Red+Green+Blue) = 15+216+104=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD868 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD868 is #F02797. Grayscale: #8F8F8F. Windows color (decimal): -15738776 or 6871055. OLE color: 6871055.
HSL color Cylindrical-coordinate representation of color #0FD868: hue angle of 146.57º 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 #0FD868 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 104 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.15 |
| HSL | 146.57º | 0.87% | 0.45% | - |
| HSV(B) | 146.57º | 0.93% | 0.85% | - |
| XYZ | 27.25 | 50.21 | 21.35 | - |
| YUV | 143.13 | 105.91 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 104 | 0.93 | 0 | 0.52 | 0.15 | 146.57 | 0.87 | 0.45 |
| Hex | F | D8 | 68 | 5D | 0 | 34 | F | 93 | 57 | 2D |
| Octal | 17 | 330 | 150 | 135 | 0 | 64 | 17 | 223 | 127 | 55 |
| Binary | 1111 | 11011000 | 1101000 | 1011101 | 0 | 110100 | 1111 | 10010011 | 1010111 | 101101 |
Color Harmonies of #0FD868
Complementary color
Monochromatic Colors of #0FD868
Black with #0FD868
Text Example
Text Example
White with #0FD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD868; }
p { color: rgb(15,216,104); }
H1.HeaderClassName
{
color: #0FD868;
}
.AnyTagClassName
{
color: #0FD868;
}
</style>
background-color css
<style>
a { background-color: #0FD868; }
a { background-color: rgb(15,216,104); }
div.DivClassName
{
background-color: #0FD868;
}
.BgClassName
{
background-color: #0FD868;
}
</style>
border-color css
<style>
span { border-color: #0FD868; }
span { border-color: rgb(15,216,104); }
td.TdClassName
{
border-color: #0FD868;
}
.TagClassName
{
border-color: #0FD868;
}
</style>