Shades of Malachite #0FD672
Tints of Malachite #0FD672
RGB
CMYK
RGB Variations
Color information
#0FD672 (or 0x0FD672) is known color: Malachite. HEX triplet: 0F, D6 and 72. RGB value is (15,214,114). Sum of RGB (Red+Green+Blue) = 15+214+114=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD672 is #F0298D. Grayscale: #8F8F8F. Windows color (decimal): -15739278 or 7525903. OLE color: 7525903.
HSL color Cylindrical-coordinate representation of color #0FD672: hue angle of 149.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD672 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 114 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.16 |
| HSL | 149.85º | 0.87% | 0.45% | - |
| HSV(B) | 149.85º | 0.93% | 0.84% | - |
| XYZ | 27.28 | 49.41 | 24.02 | - |
| YUV | 143.1 | 111.57 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 114 | 0.93 | 0 | 0.47 | 0.16 | 149.85 | 0.87 | 0.45 |
| Hex | F | D6 | 72 | 5D | 0 | 2F | 10 | 96 | 57 | 2D |
| Octal | 17 | 326 | 162 | 135 | 0 | 57 | 20 | 226 | 127 | 55 |
| Binary | 1111 | 11010110 | 1110010 | 1011101 | 0 | 101111 | 10000 | 10010110 | 1010111 | 101101 |
Color Harmonies of #0FD672
Complementary color
Monochromatic Colors of #0FD672
Black with #0FD672
Text Example
Text Example
White with #0FD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD672; }
p { color: rgb(15,214,114); }
H1.HeaderClassName
{
color: #0FD672;
}
.AnyTagClassName
{
color: #0FD672;
}
</style>
background-color css
<style>
a { background-color: #0FD672; }
a { background-color: rgb(15,214,114); }
div.DivClassName
{
background-color: #0FD672;
}
.BgClassName
{
background-color: #0FD672;
}
</style>
border-color css
<style>
span { border-color: #0FD672; }
span { border-color: rgb(15,214,114); }
td.TdClassName
{
border-color: #0FD672;
}
.TagClassName
{
border-color: #0FD672;
}
</style>