Shades of Malachite #0FCF70
Tints of Malachite #0FCF70
RGB
CMYK
RGB Variations
Color information
#0FCF70 (or 0x0FCF70) is known color: Malachite. HEX triplet: 0F, CF and 70. RGB value is (15,207,112). Sum of RGB (Red+Green+Blue) = 15+207+112=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF70 is #F0308F. Grayscale: #8A8A8A. Windows color (decimal): -15741072 or 7393039. OLE color: 7393039.
HSL color Cylindrical-coordinate representation of color #0FCF70: hue angle of 150.31º 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 #0FCF70 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 112 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.19 |
| HSL | 150.31º | 0.86% | 0.44% | - |
| HSV(B) | 150.31º | 0.93% | 0.81% | - |
| XYZ | 25.43 | 45.9 | 22.85 | - |
| YUV | 138.76 | 112.89 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 112 | 0.93 | 0 | 0.46 | 0.19 | 150.31 | 0.86 | 0.44 |
| Hex | F | CF | 70 | 5D | 0 | 2E | 13 | 96 | 56 | 2C |
| Octal | 17 | 317 | 160 | 135 | 0 | 56 | 23 | 226 | 126 | 54 |
| Binary | 1111 | 11001111 | 1110000 | 1011101 | 0 | 101110 | 10011 | 10010110 | 1010110 | 101100 |
Color Harmonies of #0FCF70
Complementary color
Monochromatic Colors of #0FCF70
Black with #0FCF70
Text Example
Text Example
White with #0FCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF70; }
p { color: rgb(15,207,112); }
H1.HeaderClassName
{
color: #0FCF70;
}
.AnyTagClassName
{
color: #0FCF70;
}
</style>
background-color css
<style>
a { background-color: #0FCF70; }
a { background-color: rgb(15,207,112); }
div.DivClassName
{
background-color: #0FCF70;
}
.BgClassName
{
background-color: #0FCF70;
}
</style>
border-color css
<style>
span { border-color: #0FCF70; }
span { border-color: rgb(15,207,112); }
td.TdClassName
{
border-color: #0FCF70;
}
.TagClassName
{
border-color: #0FCF70;
}
</style>