Shades of Mountain Meadow #0FBA8D
Tints of Mountain Meadow #0FBA8D
RGB
CMYK
RGB Variations
Color information
#0FBA8D (or 0x0FBA8D) is known color: Mountain Meadow. HEX triplet: 0F, BA and 8D. RGB value is (15,186,141). Sum of RGB (Red+Green+Blue) = 15+186+141=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA8D is #F04572. Grayscale: #818181. Windows color (decimal): -15746419 or 9288207. OLE color: 9288207.
HSL color Cylindrical-coordinate representation of color #0FBA8D: hue angle of 164.21º 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 #0FBA8D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 141 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.27 |
| HSL | 164.21º | 0.85% | 0.39% | - |
| HSV(B) | 164.21º | 0.92% | 0.73% | - |
| XYZ | 22.56 | 37.14 | 31.18 | - |
| YUV | 129.74 | 134.35 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 141 | 0.92 | 0 | 0.24 | 0.27 | 164.21 | 0.85 | 0.39 |
| Hex | F | BA | 8D | 5C | 0 | 18 | 1B | A4 | 55 | 27 |
| Octal | 17 | 272 | 215 | 134 | 0 | 30 | 33 | 244 | 125 | 47 |
| Binary | 1111 | 10111010 | 10001101 | 1011100 | 0 | 11000 | 11011 | 10100100 | 1010101 | 100111 |
Color Harmonies of #0FBA8D
Complementary color
Monochromatic Colors of #0FBA8D
Black with #0FBA8D
Text Example
Text Example
White with #0FBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA8D; }
p { color: rgb(15,186,141); }
H1.HeaderClassName
{
color: #0FBA8D;
}
.AnyTagClassName
{
color: #0FBA8D;
}
</style>
background-color css
<style>
a { background-color: #0FBA8D; }
a { background-color: rgb(15,186,141); }
div.DivClassName
{
background-color: #0FBA8D;
}
.BgClassName
{
background-color: #0FBA8D;
}
</style>
border-color css
<style>
span { border-color: #0FBA8D; }
span { border-color: rgb(15,186,141); }
td.TdClassName
{
border-color: #0FBA8D;
}
.TagClassName
{
border-color: #0FBA8D;
}
</style>