Shades of Mountain Meadow #0FBA97
Tints of Mountain Meadow #0FBA97
RGB
CMYK
RGB Variations
Color information
#0FBA97 (or 0x0FBA97) is known color: Mountain Meadow. HEX triplet: 0F, BA and 97. RGB value is (15,186,151). Sum of RGB (Red+Green+Blue) = 15+186+151=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA97 is #F04568. Grayscale: #828282. Windows color (decimal): -15746409 or 9943567. OLE color: 9943567.
HSL color Cylindrical-coordinate representation of color #0FBA97: hue angle of 167.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA97 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 151 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.27 |
| HSL | 167.72º | 0.85% | 0.39% | - |
| HSV(B) | 167.72º | 0.92% | 0.73% | - |
| XYZ | 23.34 | 37.45 | 35.28 | - |
| YUV | 130.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 151 | 0.92 | 0 | 0.19 | 0.27 | 167.72 | 0.85 | 0.39 |
| Hex | F | BA | 97 | 5C | 0 | 13 | 1B | A8 | 55 | 27 |
| Octal | 17 | 272 | 227 | 134 | 0 | 23 | 33 | 250 | 125 | 47 |
| Binary | 1111 | 10111010 | 10010111 | 1011100 | 0 | 10011 | 11011 | 10101000 | 1010101 | 100111 |
Color Harmonies of #0FBA97
Complementary color
Monochromatic Colors of #0FBA97
Black with #0FBA97
Text Example
Text Example
White with #0FBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA97; }
p { color: rgb(15,186,151); }
H1.HeaderClassName
{
color: #0FBA97;
}
.AnyTagClassName
{
color: #0FBA97;
}
</style>
background-color css
<style>
a { background-color: #0FBA97; }
a { background-color: rgb(15,186,151); }
div.DivClassName
{
background-color: #0FBA97;
}
.BgClassName
{
background-color: #0FBA97;
}
</style>
border-color css
<style>
span { border-color: #0FBA97; }
span { border-color: rgb(15,186,151); }
td.TdClassName
{
border-color: #0FBA97;
}
.TagClassName
{
border-color: #0FBA97;
}
</style>