Shades of Malachite #0FD972
Tints of Malachite #0FD972
RGB
CMYK
RGB Variations
Color information
#0FD972 (or 0x0FD972) is known color: Malachite. HEX triplet: 0F, D9 and 72. RGB value is (15,217,114). Sum of RGB (Red+Green+Blue) = 15+217+114=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD972 is #F0268D. Grayscale: #919191. Windows color (decimal): -15738510 or 7526671. OLE color: 7526671.
HSL color Cylindrical-coordinate representation of color #0FD972: hue angle of 149.41º 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 #0FD972 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 114 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.15 |
| HSL | 149.41º | 0.87% | 0.45% | - |
| HSV(B) | 149.41º | 0.93% | 0.85% | - |
| XYZ | 28.05 | 50.94 | 24.27 | - |
| YUV | 144.86 | 110.58 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 114 | 0.93 | 0 | 0.47 | 0.15 | 149.41 | 0.87 | 0.45 |
| Hex | F | D9 | 72 | 5D | 0 | 2F | F | 95 | 57 | 2D |
| Octal | 17 | 331 | 162 | 135 | 0 | 57 | 17 | 225 | 127 | 55 |
| Binary | 1111 | 11011001 | 1110010 | 1011101 | 0 | 101111 | 1111 | 10010101 | 1010111 | 101101 |
Color Harmonies of #0FD972
Complementary color
Monochromatic Colors of #0FD972
Black with #0FD972
Text Example
Text Example
White with #0FD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD972; }
p { color: rgb(15,217,114); }
H1.HeaderClassName
{
color: #0FD972;
}
.AnyTagClassName
{
color: #0FD972;
}
</style>
background-color css
<style>
a { background-color: #0FD972; }
a { background-color: rgb(15,217,114); }
div.DivClassName
{
background-color: #0FD972;
}
.BgClassName
{
background-color: #0FD972;
}
</style>
border-color css
<style>
span { border-color: #0FD972; }
span { border-color: rgb(15,217,114); }
td.TdClassName
{
border-color: #0FD972;
}
.TagClassName
{
border-color: #0FD972;
}
</style>