Shades of Malachite #0FDE60
Tints of Malachite #0FDE60
RGB
CMYK
RGB Variations
Color information
#0FDE60 (or 0x0FDE60) is known color: Malachite. HEX triplet: 0F, DE and 60. RGB value is (15,222,96). Sum of RGB (Red+Green+Blue) = 15+222+96=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 222 (87.11% from 255 or 66.67% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE60 is #F0219F. Grayscale: #929292. Windows color (decimal): -15737248 or 6348303. OLE color: 6348303.
HSL color Cylindrical-coordinate representation of color #0FDE60: hue angle of 143.48º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE60 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 96 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.13 |
| HSL | 143.48º | 0.87% | 0.46% | - |
| HSV(B) | 143.48º | 0.93% | 0.87% | - |
| XYZ | 28.43 | 53.19 | 19.83 | - |
| YUV | 145.74 | 99.92 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 96 | 0.93 | 0 | 0.57 | 0.13 | 143.48 | 0.87 | 0.46 |
| Hex | F | DE | 60 | 5D | 0 | 39 | D | 8F | 57 | 2E |
| Octal | 17 | 336 | 140 | 135 | 0 | 71 | 15 | 217 | 127 | 56 |
| Binary | 1111 | 11011110 | 1100000 | 1011101 | 0 | 111001 | 1101 | 10001111 | 1010111 | 101110 |
Color Harmonies of #0FDE60
Complementary color
Monochromatic Colors of #0FDE60
Black with #0FDE60
Text Example
Text Example
White with #0FDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE60; }
p { color: rgb(15,222,96); }
H1.HeaderClassName
{
color: #0FDE60;
}
.AnyTagClassName
{
color: #0FDE60;
}
</style>
background-color css
<style>
a { background-color: #0FDE60; }
a { background-color: rgb(15,222,96); }
div.DivClassName
{
background-color: #0FDE60;
}
.BgClassName
{
background-color: #0FDE60;
}
</style>
border-color css
<style>
span { border-color: #0FDE60; }
span { border-color: rgb(15,222,96); }
td.TdClassName
{
border-color: #0FDE60;
}
.TagClassName
{
border-color: #0FDE60;
}
</style>