Shades of Mountain Meadow #0FC979
Tints of Mountain Meadow #0FC979
RGB
CMYK
RGB Variations
Color information
#0FC979 (or 0x0FC979) is known color: Mountain Meadow. HEX triplet: 0F, C9 and 79. RGB value is (15,201,121). Sum of RGB (Red+Green+Blue) = 15+201+121=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC979 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC979 is #F03686. Grayscale: #888888. Windows color (decimal): -15742599 or 7981327. OLE color: 7981327.
HSL color Cylindrical-coordinate representation of color #0FC979: hue angle of 154.19º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC979 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 121 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.21 |
| HSL | 154.19º | 0.86% | 0.42% | - |
| HSV(B) | 154.19º | 0.93% | 0.79% | - |
| XYZ | 24.53 | 43.26 | 25.15 | - |
| YUV | 136.27 | 119.38 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 121 | 0.93 | 0 | 0.40 | 0.21 | 154.19 | 0.86 | 0.42 |
| Hex | F | C9 | 79 | 5D | 0 | 28 | 15 | 9A | 56 | 2A |
| Octal | 17 | 311 | 171 | 135 | 0 | 50 | 25 | 232 | 126 | 52 |
| Binary | 1111 | 11001001 | 1111001 | 1011101 | 0 | 101000 | 10101 | 10011010 | 1010110 | 101010 |
Color Harmonies of #0FC979
Complementary color
Monochromatic Colors of #0FC979
Black with #0FC979
Text Example
Text Example
White with #0FC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC979; }
p { color: rgb(15,201,121); }
H1.HeaderClassName
{
color: #0FC979;
}
.AnyTagClassName
{
color: #0FC979;
}
</style>
background-color css
<style>
a { background-color: #0FC979; }
a { background-color: rgb(15,201,121); }
div.DivClassName
{
background-color: #0FC979;
}
.BgClassName
{
background-color: #0FC979;
}
</style>
border-color css
<style>
span { border-color: #0FC979; }
span { border-color: rgb(15,201,121); }
td.TdClassName
{
border-color: #0FC979;
}
.TagClassName
{
border-color: #0FC979;
}
</style>