Shades of Malachite #0FD872
Tints of Malachite #0FD872
RGB
CMYK
RGB Variations
Color information
#0FD872 (or 0x0FD872) is known color: Malachite. HEX triplet: 0F, D8 and 72. RGB value is (15,216,114). Sum of RGB (Red+Green+Blue) = 15+216+114=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD872 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD872 is #F0278D. Grayscale: #909090. Windows color (decimal): -15738766 or 7526415. OLE color: 7526415.
HSL color Cylindrical-coordinate representation of color #0FD872: hue angle of 149.55º 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 #0FD872 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 114 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.15 |
| HSL | 149.55º | 0.87% | 0.45% | - |
| HSV(B) | 149.55º | 0.93% | 0.85% | - |
| XYZ | 27.79 | 50.43 | 24.19 | - |
| YUV | 144.27 | 110.91 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 114 | 0.93 | 0 | 0.47 | 0.15 | 149.55 | 0.87 | 0.45 |
| Hex | F | D8 | 72 | 5D | 0 | 2F | F | 96 | 57 | 2D |
| Octal | 17 | 330 | 162 | 135 | 0 | 57 | 17 | 226 | 127 | 55 |
| Binary | 1111 | 11011000 | 1110010 | 1011101 | 0 | 101111 | 1111 | 10010110 | 1010111 | 101101 |
Color Harmonies of #0FD872
Complementary color
Monochromatic Colors of #0FD872
Black with #0FD872
Text Example
Text Example
White with #0FD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD872; }
p { color: rgb(15,216,114); }
H1.HeaderClassName
{
color: #0FD872;
}
.AnyTagClassName
{
color: #0FD872;
}
</style>
background-color css
<style>
a { background-color: #0FD872; }
a { background-color: rgb(15,216,114); }
div.DivClassName
{
background-color: #0FD872;
}
.BgClassName
{
background-color: #0FD872;
}
</style>
border-color css
<style>
span { border-color: #0FD872; }
span { border-color: rgb(15,216,114); }
td.TdClassName
{
border-color: #0FD872;
}
.TagClassName
{
border-color: #0FD872;
}
</style>