Shades of Malachite #0FC061
Tints of Malachite #0FC061
RGB
CMYK
RGB Variations
Color information
#0FC061 (or 0x0FC061) is known color: Malachite. HEX triplet: 0F, C0 and 61. RGB value is (15,192,97). Sum of RGB (Red+Green+Blue) = 15+192+97=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC061 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC061 is #F03F9E. Grayscale: #808080. Windows color (decimal): -15744927 or 6406159. OLE color: 6406159.
HSL color Cylindrical-coordinate representation of color #0FC061: hue angle of 147.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC061 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 97 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.25 |
| HSL | 147.8º | 0.86% | 0.41% | - |
| HSV(B) | 147.8º | 0.92% | 0.75% | - |
| XYZ | 21.2 | 38.66 | 17.65 | - |
| YUV | 128.25 | 110.36 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 97 | 0.92 | 0 | 0.49 | 0.25 | 147.8 | 0.86 | 0.41 |
| Hex | F | C0 | 61 | 5C | 0 | 31 | 19 | 94 | 56 | 29 |
| Octal | 17 | 300 | 141 | 134 | 0 | 61 | 31 | 224 | 126 | 51 |
| Binary | 1111 | 11000000 | 1100001 | 1011100 | 0 | 110001 | 11001 | 10010100 | 1010110 | 101001 |
Color Harmonies of #0FC061
Complementary color
Monochromatic Colors of #0FC061
Black with #0FC061
Text Example
Text Example
White with #0FC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC061; }
p { color: rgb(15,192,97); }
H1.HeaderClassName
{
color: #0FC061;
}
.AnyTagClassName
{
color: #0FC061;
}
</style>
background-color css
<style>
a { background-color: #0FC061; }
a { background-color: rgb(15,192,97); }
div.DivClassName
{
background-color: #0FC061;
}
.BgClassName
{
background-color: #0FC061;
}
</style>
border-color css
<style>
span { border-color: #0FC061; }
span { border-color: rgb(15,192,97); }
td.TdClassName
{
border-color: #0FC061;
}
.TagClassName
{
border-color: #0FC061;
}
</style>