Shades of Mountain Meadow #0FA87C
Tints of Mountain Meadow #0FA87C
RGB
CMYK
RGB Variations
Color information
#0FA87C (or 0x0FA87C) is known color: Mountain Meadow. HEX triplet: 0F, A8 and 7C. RGB value is (15,168,124). Sum of RGB (Red+Green+Blue) = 15+168+124=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA87C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA87C is #F05783. Grayscale: #757575. Windows color (decimal): -15751044 or 8169487. OLE color: 8169487.
HSL color Cylindrical-coordinate representation of color #0FA87C: hue angle of 162.75º 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 #0FA87C is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 124 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.34 |
| HSL | 162.75º | 0.84% | 0.36% | - |
| HSV(B) | 162.75º | 0.91% | 0.66% | - |
| XYZ | 17.84 | 29.56 | 23.83 | - |
| YUV | 117.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 124 | 0.91 | 0 | 0.26 | 0.34 | 162.75 | 0.84 | 0.36 |
| Hex | F | A8 | 7C | 5B | 0 | 1A | 22 | A3 | 54 | 24 |
| Octal | 17 | 250 | 174 | 133 | 0 | 32 | 42 | 243 | 124 | 44 |
| Binary | 1111 | 10101000 | 1111100 | 1011011 | 0 | 11010 | 100010 | 10100011 | 1010100 | 100100 |
Color Harmonies of #0FA87C
Complementary color
Monochromatic Colors of #0FA87C
Black with #0FA87C
Text Example
Text Example
White with #0FA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA87C; }
p { color: rgb(15,168,124); }
H1.HeaderClassName
{
color: #0FA87C;
}
.AnyTagClassName
{
color: #0FA87C;
}
</style>
background-color css
<style>
a { background-color: #0FA87C; }
a { background-color: rgb(15,168,124); }
div.DivClassName
{
background-color: #0FA87C;
}
.BgClassName
{
background-color: #0FA87C;
}
</style>
border-color css
<style>
span { border-color: #0FA87C; }
span { border-color: rgb(15,168,124); }
td.TdClassName
{
border-color: #0FA87C;
}
.TagClassName
{
border-color: #0FA87C;
}
</style>