Shades of Malachite #0FD571
Tints of Malachite #0FD571
RGB
CMYK
RGB Variations
Color information
#0FD571 (or 0x0FD571) is known color: Malachite. HEX triplet: 0F, D5 and 71. RGB value is (15,213,113). Sum of RGB (Red+Green+Blue) = 15+213+113=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD571 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD571 is #F02A8E. Grayscale: #8E8E8E. Windows color (decimal): -15739535 or 7460111. OLE color: 7460111.
HSL color Cylindrical-coordinate representation of color #0FD571: hue angle of 149.7º 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 #0FD571 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 113 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.16 |
| HSL | 149.7º | 0.87% | 0.45% | - |
| HSV(B) | 149.7º | 0.93% | 0.84% | - |
| XYZ | 26.97 | 48.88 | 23.64 | - |
| YUV | 142.4 | 111.4 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 113 | 0.93 | 0 | 0.47 | 0.16 | 149.7 | 0.87 | 0.45 |
| Hex | F | D5 | 71 | 5D | 0 | 2F | 10 | 96 | 57 | 2D |
| Octal | 17 | 325 | 161 | 135 | 0 | 57 | 20 | 226 | 127 | 55 |
| Binary | 1111 | 11010101 | 1110001 | 1011101 | 0 | 101111 | 10000 | 10010110 | 1010111 | 101101 |
Color Harmonies of #0FD571
Complementary color
Monochromatic Colors of #0FD571
Black with #0FD571
Text Example
Text Example
White with #0FD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD571; }
p { color: rgb(15,213,113); }
H1.HeaderClassName
{
color: #0FD571;
}
.AnyTagClassName
{
color: #0FD571;
}
</style>
background-color css
<style>
a { background-color: #0FD571; }
a { background-color: rgb(15,213,113); }
div.DivClassName
{
background-color: #0FD571;
}
.BgClassName
{
background-color: #0FD571;
}
</style>
border-color css
<style>
span { border-color: #0FD571; }
span { border-color: rgb(15,213,113); }
td.TdClassName
{
border-color: #0FD571;
}
.TagClassName
{
border-color: #0FD571;
}
</style>