Shades of Mountain Meadow #0FC97D
Tints of Mountain Meadow #0FC97D
RGB
CMYK
RGB Variations
Color information
#0FC97D (or 0x0FC97D) is known color: Mountain Meadow. HEX triplet: 0F, C9 and 7D. RGB value is (15,201,125). Sum of RGB (Red+Green+Blue) = 15+201+125=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC97D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC97D is #F03682. Grayscale: #888888. Windows color (decimal): -15742595 or 8243471. OLE color: 8243471.
HSL color Cylindrical-coordinate representation of color #0FC97D: hue angle of 155.48º 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 #0FC97D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 125 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.21 |
| HSL | 155.48º | 0.86% | 0.42% | - |
| HSV(B) | 155.48º | 0.93% | 0.79% | - |
| XYZ | 24.79 | 43.36 | 26.46 | - |
| YUV | 136.72 | 121.38 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 125 | 0.93 | 0 | 0.38 | 0.21 | 155.48 | 0.86 | 0.42 |
| Hex | F | C9 | 7D | 5D | 0 | 26 | 15 | 9B | 56 | 2A |
| Octal | 17 | 311 | 175 | 135 | 0 | 46 | 25 | 233 | 126 | 52 |
| Binary | 1111 | 11001001 | 1111101 | 1011101 | 0 | 100110 | 10101 | 10011011 | 1010110 | 101010 |
Color Harmonies of #0FC97D
Complementary color
Monochromatic Colors of #0FC97D
Black with #0FC97D
Text Example
Text Example
White with #0FC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC97D; }
p { color: rgb(15,201,125); }
H1.HeaderClassName
{
color: #0FC97D;
}
.AnyTagClassName
{
color: #0FC97D;
}
</style>
background-color css
<style>
a { background-color: #0FC97D; }
a { background-color: rgb(15,201,125); }
div.DivClassName
{
background-color: #0FC97D;
}
.BgClassName
{
background-color: #0FC97D;
}
</style>
border-color css
<style>
span { border-color: #0FC97D; }
span { border-color: rgb(15,201,125); }
td.TdClassName
{
border-color: #0FC97D;
}
.TagClassName
{
border-color: #0FC97D;
}
</style>