Shades of Malachite #0FC760
Tints of Malachite #0FC760
RGB
CMYK
RGB Variations
Color information
#0FC760 (or 0x0FC760) is known color: Malachite. HEX triplet: 0F, C7 and 60. RGB value is (15,199,96). Sum of RGB (Red+Green+Blue) = 15+199+96=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC760 is #F0389F. Grayscale: #848484. Windows color (decimal): -15743136 or 6342415. OLE color: 6342415.
HSL color Cylindrical-coordinate representation of color #0FC760: hue angle of 146.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC760 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 96 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.22 |
| HSL | 146.41º | 0.86% | 0.42% | - |
| HSV(B) | 146.41º | 0.92% | 0.78% | - |
| XYZ | 22.73 | 41.79 | 17.94 | - |
| YUV | 132.24 | 107.54 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 96 | 0.92 | 0 | 0.52 | 0.22 | 146.41 | 0.86 | 0.42 |
| Hex | F | C7 | 60 | 5C | 0 | 34 | 16 | 92 | 56 | 2A |
| Octal | 17 | 307 | 140 | 134 | 0 | 64 | 26 | 222 | 126 | 52 |
| Binary | 1111 | 11000111 | 1100000 | 1011100 | 0 | 110100 | 10110 | 10010010 | 1010110 | 101010 |
Color Harmonies of #0FC760
Complementary color
Monochromatic Colors of #0FC760
Black with #0FC760
Text Example
Text Example
White with #0FC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC760; }
p { color: rgb(15,199,96); }
H1.HeaderClassName
{
color: #0FC760;
}
.AnyTagClassName
{
color: #0FC760;
}
</style>
background-color css
<style>
a { background-color: #0FC760; }
a { background-color: rgb(15,199,96); }
div.DivClassName
{
background-color: #0FC760;
}
.BgClassName
{
background-color: #0FC760;
}
</style>
border-color css
<style>
span { border-color: #0FC760; }
span { border-color: rgb(15,199,96); }
td.TdClassName
{
border-color: #0FC760;
}
.TagClassName
{
border-color: #0FC760;
}
</style>