Shades of Malachite #0FD950
Tints of Malachite #0FD950
RGB
CMYK
RGB Variations
Color information
#0FD950 (or 0x0FD950) is known color: Malachite. HEX triplet: 0F, D9 and 50. RGB value is (15,217,80). Sum of RGB (Red+Green+Blue) = 15+217+80=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD950 is #F026AF. Grayscale: #8D8D8D. Windows color (decimal): -15738544 or 5298447. OLE color: 5298447.
HSL color Cylindrical-coordinate representation of color #0FD950: hue angle of 139.31º 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 #0FD950 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 80 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.15 |
| HSL | 139.31º | 0.87% | 0.45% | - |
| HSV(B) | 139.31º | 0.93% | 0.85% | - |
| XYZ | 26.46 | 50.31 | 15.91 | - |
| YUV | 140.98 | 93.58 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 80 | 0.93 | 0 | 0.63 | 0.15 | 139.31 | 0.87 | 0.45 |
| Hex | F | D9 | 50 | 5D | 0 | 3F | F | 8B | 57 | 2D |
| Octal | 17 | 331 | 120 | 135 | 0 | 77 | 17 | 213 | 127 | 55 |
| Binary | 1111 | 11011001 | 1010000 | 1011101 | 0 | 111111 | 1111 | 10001011 | 1010111 | 101101 |
Color Harmonies of #0FD950
Complementary color
Monochromatic Colors of #0FD950
Black with #0FD950
Text Example
Text Example
White with #0FD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD950; }
p { color: rgb(15,217,80); }
H1.HeaderClassName
{
color: #0FD950;
}
.AnyTagClassName
{
color: #0FD950;
}
</style>
background-color css
<style>
a { background-color: #0FD950; }
a { background-color: rgb(15,217,80); }
div.DivClassName
{
background-color: #0FD950;
}
.BgClassName
{
background-color: #0FD950;
}
</style>
border-color css
<style>
span { border-color: #0FD950; }
span { border-color: rgb(15,217,80); }
td.TdClassName
{
border-color: #0FD950;
}
.TagClassName
{
border-color: #0FD950;
}
</style>