Shades of Malachite #0FD94F
Tints of Malachite #0FD94F
RGB
CMYK
RGB Variations
Color information
#0FD94F (or 0x0FD94F) is known color: Malachite. HEX triplet: 0F, D9 and 4F. RGB value is (15,217,79). Sum of RGB (Red+Green+Blue) = 15+217+79=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 217 (85.16% from 255 or 69.77% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD94F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD94F is #F026B0. Grayscale: #8D8D8D. Windows color (decimal): -15738545 or 5232911. OLE color: 5232911.
HSL color Cylindrical-coordinate representation of color #0FD94F: hue angle of 139.01º 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 #0FD94F is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 79 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.15 |
| HSL | 139.01º | 0.87% | 0.45% | - |
| HSV(B) | 139.01º | 0.93% | 0.85% | - |
| XYZ | 26.42 | 50.29 | 15.71 | - |
| YUV | 140.87 | 93.08 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 79 | 0.93 | 0 | 0.64 | 0.15 | 139.01 | 0.87 | 0.45 |
| Hex | F | D9 | 4F | 5D | 0 | 40 | F | 8B | 57 | 2D |
| Octal | 17 | 331 | 117 | 135 | 0 | 100 | 17 | 213 | 127 | 55 |
| Binary | 1111 | 11011001 | 1001111 | 1011101 | 0 | 1000000 | 1111 | 10001011 | 1010111 | 101101 |
Color Harmonies of #0FD94F
Complementary color
Monochromatic Colors of #0FD94F
Black with #0FD94F
Text Example
Text Example
White with #0FD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD94F; }
p { color: rgb(15,217,79); }
H1.HeaderClassName
{
color: #0FD94F;
}
.AnyTagClassName
{
color: #0FD94F;
}
</style>
background-color css
<style>
a { background-color: #0FD94F; }
a { background-color: rgb(15,217,79); }
div.DivClassName
{
background-color: #0FD94F;
}
.BgClassName
{
background-color: #0FD94F;
}
</style>
border-color css
<style>
span { border-color: #0FD94F; }
span { border-color: rgb(15,217,79); }
td.TdClassName
{
border-color: #0FD94F;
}
.TagClassName
{
border-color: #0FD94F;
}
</style>