Shades of Malachite #0FD84E
Tints of Malachite #0FD84E
RGB
CMYK
RGB Variations
Color information
#0FD84E (or 0x0FD84E) is known color: Malachite. HEX triplet: 0F, D8 and 4E. RGB value is (15,216,78). Sum of RGB (Red+Green+Blue) = 15+216+78=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD84E is #F027B1. Grayscale: #8C8C8C. Windows color (decimal): -15738802 or 5167119. OLE color: 5167119.
HSL color Cylindrical-coordinate representation of color #0FD84E: hue angle of 138.81º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD84E is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 78 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.15 |
| HSL | 138.81º | 0.87% | 0.45% | - |
| HSV(B) | 138.81º | 0.93% | 0.85% | - |
| XYZ | 26.13 | 49.76 | 15.44 | - |
| YUV | 140.17 | 92.91 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 78 | 0.93 | 0 | 0.64 | 0.15 | 138.81 | 0.87 | 0.45 |
| Hex | F | D8 | 4E | 5D | 0 | 40 | F | 8B | 57 | 2D |
| Octal | 17 | 330 | 116 | 135 | 0 | 100 | 17 | 213 | 127 | 55 |
| Binary | 1111 | 11011000 | 1001110 | 1011101 | 0 | 1000000 | 1111 | 10001011 | 1010111 | 101101 |
Color Harmonies of #0FD84E
Complementary color
Monochromatic Colors of #0FD84E
Black with #0FD84E
Text Example
Text Example
White with #0FD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD84E; }
p { color: rgb(15,216,78); }
H1.HeaderClassName
{
color: #0FD84E;
}
.AnyTagClassName
{
color: #0FD84E;
}
</style>
background-color css
<style>
a { background-color: #0FD84E; }
a { background-color: rgb(15,216,78); }
div.DivClassName
{
background-color: #0FD84E;
}
.BgClassName
{
background-color: #0FD84E;
}
</style>
border-color css
<style>
span { border-color: #0FD84E; }
span { border-color: rgb(15,216,78); }
td.TdClassName
{
border-color: #0FD84E;
}
.TagClassName
{
border-color: #0FD84E;
}
</style>