Shades of Mountain Meadow #0FBA92
Tints of Mountain Meadow #0FBA92
RGB
CMYK
RGB Variations
Color information
#0FBA92 (or 0x0FBA92) is known color: Mountain Meadow. HEX triplet: 0F, BA and 92. RGB value is (15,186,146). Sum of RGB (Red+Green+Blue) = 15+186+146=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA92 is #F0456D. Grayscale: #828282. Windows color (decimal): -15746414 or 9615887. OLE color: 9615887.
HSL color Cylindrical-coordinate representation of color #0FBA92: hue angle of 165.96º 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 #0FBA92 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 146 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.27 |
| HSL | 165.96º | 0.85% | 0.39% | - |
| HSV(B) | 165.96º | 0.92% | 0.73% | - |
| XYZ | 22.94 | 37.29 | 33.18 | - |
| YUV | 130.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 146 | 0.92 | 0 | 0.22 | 0.27 | 165.96 | 0.85 | 0.39 |
| Hex | F | BA | 92 | 5C | 0 | 16 | 1B | A6 | 55 | 27 |
| Octal | 17 | 272 | 222 | 134 | 0 | 26 | 33 | 246 | 125 | 47 |
| Binary | 1111 | 10111010 | 10010010 | 1011100 | 0 | 10110 | 11011 | 10100110 | 1010101 | 100111 |
Color Harmonies of #0FBA92
Complementary color
Monochromatic Colors of #0FBA92
Black with #0FBA92
Text Example
Text Example
White with #0FBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA92; }
p { color: rgb(15,186,146); }
H1.HeaderClassName
{
color: #0FBA92;
}
.AnyTagClassName
{
color: #0FBA92;
}
</style>
background-color css
<style>
a { background-color: #0FBA92; }
a { background-color: rgb(15,186,146); }
div.DivClassName
{
background-color: #0FBA92;
}
.BgClassName
{
background-color: #0FBA92;
}
</style>
border-color css
<style>
span { border-color: #0FBA92; }
span { border-color: rgb(15,186,146); }
td.TdClassName
{
border-color: #0FBA92;
}
.TagClassName
{
border-color: #0FBA92;
}
</style>