Shades of Malachite #0FD870
Tints of Malachite #0FD870
RGB
CMYK
RGB Variations
Color information
#0FD870 (or 0x0FD870) is known color: Malachite. HEX triplet: 0F, D8 and 70. RGB value is (15,216,112). Sum of RGB (Red+Green+Blue) = 15+216+112=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD870 is #F0278F. Grayscale: #909090. Windows color (decimal): -15738768 or 7395343. OLE color: 7395343.
HSL color Cylindrical-coordinate representation of color #0FD870: hue angle of 148.96º 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 #0FD870 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 112 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.15 |
| HSL | 148.96º | 0.87% | 0.45% | - |
| HSV(B) | 148.96º | 0.93% | 0.85% | - |
| XYZ | 27.68 | 50.38 | 23.6 | - |
| YUV | 144.05 | 109.91 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 112 | 0.93 | 0 | 0.48 | 0.15 | 148.96 | 0.87 | 0.45 |
| Hex | F | D8 | 70 | 5D | 0 | 30 | F | 95 | 57 | 2D |
| Octal | 17 | 330 | 160 | 135 | 0 | 60 | 17 | 225 | 127 | 55 |
| Binary | 1111 | 11011000 | 1110000 | 1011101 | 0 | 110000 | 1111 | 10010101 | 1010111 | 101101 |
Color Harmonies of #0FD870
Complementary color
Monochromatic Colors of #0FD870
Black with #0FD870
Text Example
Text Example
White with #0FD870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD870; }
p { color: rgb(15,216,112); }
H1.HeaderClassName
{
color: #0FD870;
}
.AnyTagClassName
{
color: #0FD870;
}
</style>
background-color css
<style>
a { background-color: #0FD870; }
a { background-color: rgb(15,216,112); }
div.DivClassName
{
background-color: #0FD870;
}
.BgClassName
{
background-color: #0FD870;
}
</style>
border-color css
<style>
span { border-color: #0FD870; }
span { border-color: rgb(15,216,112); }
td.TdClassName
{
border-color: #0FD870;
}
.TagClassName
{
border-color: #0FD870;
}
</style>