Shades of Mountain Meadow #0FA97D
Tints of Mountain Meadow #0FA97D
RGB
CMYK
RGB Variations
Color information
#0FA97D (or 0x0FA97D) is known color: Mountain Meadow. HEX triplet: 0F, A9 and 7D. RGB value is (15,169,125). Sum of RGB (Red+Green+Blue) = 15+169+125=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA97D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA97D is #F05682. Grayscale: #757575. Windows color (decimal): -15750787 or 8235279. OLE color: 8235279.
HSL color Cylindrical-coordinate representation of color #0FA97D: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA97D is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 125 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.34 |
| HSL | 162.86º | 0.84% | 0.36% | - |
| HSV(B) | 162.86º | 0.91% | 0.66% | - |
| XYZ | 18.09 | 29.96 | 24.23 | - |
| YUV | 117.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 125 | 0.91 | 0 | 0.26 | 0.34 | 162.86 | 0.84 | 0.36 |
| Hex | F | A9 | 7D | 5B | 0 | 1A | 22 | A3 | 54 | 24 |
| Octal | 17 | 251 | 175 | 133 | 0 | 32 | 42 | 243 | 124 | 44 |
| Binary | 1111 | 10101001 | 1111101 | 1011011 | 0 | 11010 | 100010 | 10100011 | 1010100 | 100100 |
Color Harmonies of #0FA97D
Complementary color
Monochromatic Colors of #0FA97D
Black with #0FA97D
Text Example
Text Example
White with #0FA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA97D; }
p { color: rgb(15,169,125); }
H1.HeaderClassName
{
color: #0FA97D;
}
.AnyTagClassName
{
color: #0FA97D;
}
</style>
background-color css
<style>
a { background-color: #0FA97D; }
a { background-color: rgb(15,169,125); }
div.DivClassName
{
background-color: #0FA97D;
}
.BgClassName
{
background-color: #0FA97D;
}
</style>
border-color css
<style>
span { border-color: #0FA97D; }
span { border-color: rgb(15,169,125); }
td.TdClassName
{
border-color: #0FA97D;
}
.TagClassName
{
border-color: #0FA97D;
}
</style>