Shades of Malachite #0FC560
Tints of Malachite #0FC560
RGB
CMYK
RGB Variations
Color information
#0FC560 (or 0x0FC560) is known color: Malachite. HEX triplet: 0F, C5 and 60. RGB value is (15,197,96). Sum of RGB (Red+Green+Blue) = 15+197+96=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC560 is #F03A9F. Grayscale: #838383. Windows color (decimal): -15743648 or 6341903. OLE color: 6341903.
HSL color Cylindrical-coordinate representation of color #0FC560: hue angle of 146.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC560 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 96 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.23 |
| HSL | 146.7º | 0.86% | 0.42% | - |
| HSV(B) | 146.7º | 0.92% | 0.77% | - |
| XYZ | 22.27 | 40.88 | 17.78 | - |
| YUV | 131.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 96 | 0.92 | 0 | 0.51 | 0.23 | 146.7 | 0.86 | 0.42 |
| Hex | F | C5 | 60 | 5C | 0 | 33 | 17 | 93 | 56 | 2A |
| Octal | 17 | 305 | 140 | 134 | 0 | 63 | 27 | 223 | 126 | 52 |
| Binary | 1111 | 11000101 | 1100000 | 1011100 | 0 | 110011 | 10111 | 10010011 | 1010110 | 101010 |
Color Harmonies of #0FC560
Complementary color
Monochromatic Colors of #0FC560
Black with #0FC560
Text Example
Text Example
White with #0FC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC560; }
p { color: rgb(15,197,96); }
H1.HeaderClassName
{
color: #0FC560;
}
.AnyTagClassName
{
color: #0FC560;
}
</style>
background-color css
<style>
a { background-color: #0FC560; }
a { background-color: rgb(15,197,96); }
div.DivClassName
{
background-color: #0FC560;
}
.BgClassName
{
background-color: #0FC560;
}
</style>
border-color css
<style>
span { border-color: #0FC560; }
span { border-color: rgb(15,197,96); }
td.TdClassName
{
border-color: #0FC560;
}
.TagClassName
{
border-color: #0FC560;
}
</style>