Shades of Malachite #0FD573
Tints of Malachite #0FD573
RGB
CMYK
RGB Variations
Color information
#0FD573 (or 0x0FD573) is known color: Malachite. HEX triplet: 0F, D5 and 73. RGB value is (15,213,115). Sum of RGB (Red+Green+Blue) = 15+213+115=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD573 is #F02A8C. Grayscale: #8E8E8E. Windows color (decimal): -15739533 or 7591183. OLE color: 7591183.
HSL color Cylindrical-coordinate representation of color #0FD573: hue angle of 150.3º 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 #0FD573 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 115 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.16 |
| HSL | 150.3º | 0.87% | 0.45% | - |
| HSV(B) | 150.3º | 0.93% | 0.84% | - |
| XYZ | 27.09 | 48.93 | 24.24 | - |
| YUV | 142.63 | 112.4 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 115 | 0.93 | 0 | 0.46 | 0.16 | 150.3 | 0.87 | 0.45 |
| Hex | F | D5 | 73 | 5D | 0 | 2E | 10 | 96 | 57 | 2D |
| Octal | 17 | 325 | 163 | 135 | 0 | 56 | 20 | 226 | 127 | 55 |
| Binary | 1111 | 11010101 | 1110011 | 1011101 | 0 | 101110 | 10000 | 10010110 | 1010111 | 101101 |
Color Harmonies of #0FD573
Complementary color
Monochromatic Colors of #0FD573
Black with #0FD573
Text Example
Text Example
White with #0FD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD573; }
p { color: rgb(15,213,115); }
H1.HeaderClassName
{
color: #0FD573;
}
.AnyTagClassName
{
color: #0FD573;
}
</style>
background-color css
<style>
a { background-color: #0FD573; }
a { background-color: rgb(15,213,115); }
div.DivClassName
{
background-color: #0FD573;
}
.BgClassName
{
background-color: #0FD573;
}
</style>
border-color css
<style>
span { border-color: #0FD573; }
span { border-color: rgb(15,213,115); }
td.TdClassName
{
border-color: #0FD573;
}
.TagClassName
{
border-color: #0FD573;
}
</style>