Shades of Malachite #0FCF62
Tints of Malachite #0FCF62
RGB
CMYK
RGB Variations
Color information
#0FCF62 (or 0x0FCF62) is known color: Malachite. HEX triplet: 0F, CF and 62. RGB value is (15,207,98). Sum of RGB (Red+Green+Blue) = 15+207+98=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF62 is #F0309D. Grayscale: #898989. Windows color (decimal): -15741086 or 6475535. OLE color: 6475535.
HSL color Cylindrical-coordinate representation of color #0FCF62: hue angle of 145.94º 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 #0FCF62 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 98 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.19 |
| HSL | 145.94º | 0.86% | 0.44% | - |
| HSV(B) | 145.94º | 0.93% | 0.81% | - |
| XYZ | 24.71 | 45.61 | 19.06 | - |
| YUV | 137.17 | 105.89 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 98 | 0.93 | 0 | 0.53 | 0.19 | 145.94 | 0.86 | 0.44 |
| Hex | F | CF | 62 | 5D | 0 | 35 | 13 | 92 | 56 | 2C |
| Octal | 17 | 317 | 142 | 135 | 0 | 65 | 23 | 222 | 126 | 54 |
| Binary | 1111 | 11001111 | 1100010 | 1011101 | 0 | 110101 | 10011 | 10010010 | 1010110 | 101100 |
Color Harmonies of #0FCF62
Complementary color
Monochromatic Colors of #0FCF62
Black with #0FCF62
Text Example
Text Example
White with #0FCF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF62; }
p { color: rgb(15,207,98); }
H1.HeaderClassName
{
color: #0FCF62;
}
.AnyTagClassName
{
color: #0FCF62;
}
</style>
background-color css
<style>
a { background-color: #0FCF62; }
a { background-color: rgb(15,207,98); }
div.DivClassName
{
background-color: #0FCF62;
}
.BgClassName
{
background-color: #0FCF62;
}
</style>
border-color css
<style>
span { border-color: #0FCF62; }
span { border-color: rgb(15,207,98); }
td.TdClassName
{
border-color: #0FCF62;
}
.TagClassName
{
border-color: #0FCF62;
}
</style>