Shades of Malachite #0FCF65
Tints of Malachite #0FCF65
RGB
CMYK
RGB Variations
Color information
#0FCF65 (or 0x0FCF65) is known color: Malachite. HEX triplet: 0F, CF and 65. RGB value is (15,207,101). Sum of RGB (Red+Green+Blue) = 15+207+101=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF65 is #F0309A. Grayscale: #898989. Windows color (decimal): -15741083 or 6672143. OLE color: 6672143.
HSL color Cylindrical-coordinate representation of color #0FCF65: hue angle of 146.88º 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 #0FCF65 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 101 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.19 |
| HSL | 146.88º | 0.86% | 0.44% | - |
| HSV(B) | 146.88º | 0.93% | 0.81% | - |
| XYZ | 24.86 | 45.67 | 19.82 | - |
| YUV | 137.51 | 107.39 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 101 | 0.93 | 0 | 0.51 | 0.19 | 146.88 | 0.86 | 0.44 |
| Hex | F | CF | 65 | 5D | 0 | 33 | 13 | 93 | 56 | 2C |
| Octal | 17 | 317 | 145 | 135 | 0 | 63 | 23 | 223 | 126 | 54 |
| Binary | 1111 | 11001111 | 1100101 | 1011101 | 0 | 110011 | 10011 | 10010011 | 1010110 | 101100 |
Color Harmonies of #0FCF65
Complementary color
Monochromatic Colors of #0FCF65
Black with #0FCF65
Text Example
Text Example
White with #0FCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF65; }
p { color: rgb(15,207,101); }
H1.HeaderClassName
{
color: #0FCF65;
}
.AnyTagClassName
{
color: #0FCF65;
}
</style>
background-color css
<style>
a { background-color: #0FCF65; }
a { background-color: rgb(15,207,101); }
div.DivClassName
{
background-color: #0FCF65;
}
.BgClassName
{
background-color: #0FCF65;
}
</style>
border-color css
<style>
span { border-color: #0FCF65; }
span { border-color: rgb(15,207,101); }
td.TdClassName
{
border-color: #0FCF65;
}
.TagClassName
{
border-color: #0FCF65;
}
</style>