Shades of Malachite #0FCF61
Tints of Malachite #0FCF61
RGB
CMYK
RGB Variations
Color information
#0FCF61 (or 0x0FCF61) is known color: Malachite. HEX triplet: 0F, CF and 61. RGB value is (15,207,97). Sum of RGB (Red+Green+Blue) = 15+207+97=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF61 is #F0309E. Grayscale: #898989. Windows color (decimal): -15741087 or 6409999. OLE color: 6409999.
HSL color Cylindrical-coordinate representation of color #0FCF61: hue angle of 145.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF61 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 97 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.19 |
| HSL | 145.63º | 0.86% | 0.44% | - |
| HSV(B) | 145.63º | 0.93% | 0.81% | - |
| XYZ | 24.67 | 45.59 | 18.81 | - |
| YUV | 137.05 | 105.39 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 97 | 0.93 | 0 | 0.53 | 0.19 | 145.63 | 0.86 | 0.44 |
| Hex | F | CF | 61 | 5D | 0 | 35 | 13 | 92 | 56 | 2C |
| Octal | 17 | 317 | 141 | 135 | 0 | 65 | 23 | 222 | 126 | 54 |
| Binary | 1111 | 11001111 | 1100001 | 1011101 | 0 | 110101 | 10011 | 10010010 | 1010110 | 101100 |
Color Harmonies of #0FCF61
Complementary color
Monochromatic Colors of #0FCF61
Black with #0FCF61
Text Example
Text Example
White with #0FCF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF61; }
p { color: rgb(15,207,97); }
H1.HeaderClassName
{
color: #0FCF61;
}
.AnyTagClassName
{
color: #0FCF61;
}
</style>
background-color css
<style>
a { background-color: #0FCF61; }
a { background-color: rgb(15,207,97); }
div.DivClassName
{
background-color: #0FCF61;
}
.BgClassName
{
background-color: #0FCF61;
}
</style>
border-color css
<style>
span { border-color: #0FCF61; }
span { border-color: rgb(15,207,97); }
td.TdClassName
{
border-color: #0FCF61;
}
.TagClassName
{
border-color: #0FCF61;
}
</style>