Shades of Mountain Meadow #0FBC91
Tints of Mountain Meadow #0FBC91
RGB
CMYK
RGB Variations
Color information
#0FBC91 (or 0x0FBC91) is known color: Mountain Meadow. HEX triplet: 0F, BC and 91. RGB value is (15,188,145). Sum of RGB (Red+Green+Blue) = 15+188+145=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC91 is #F0436E. Grayscale: #838383. Windows color (decimal): -15745903 or 9550863. OLE color: 9550863.
HSL color Cylindrical-coordinate representation of color #0FBC91: hue angle of 165.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC91 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 145 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.26 |
| HSL | 165.09º | 0.85% | 0.4% | - |
| HSV(B) | 165.09º | 0.92% | 0.74% | - |
| XYZ | 23.29 | 38.11 | 32.92 | - |
| YUV | 131.37 | 135.69 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 145 | 0.92 | 0 | 0.23 | 0.26 | 165.09 | 0.85 | 0.4 |
| Hex | F | BC | 91 | 5C | 0 | 17 | 1A | A5 | 55 | 28 |
| Octal | 17 | 274 | 221 | 134 | 0 | 27 | 32 | 245 | 125 | 50 |
| Binary | 1111 | 10111100 | 10010001 | 1011100 | 0 | 10111 | 11010 | 10100101 | 1010101 | 101000 |
Color Harmonies of #0FBC91
Complementary color
Monochromatic Colors of #0FBC91
Black with #0FBC91
Text Example
Text Example
White with #0FBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC91; }
p { color: rgb(15,188,145); }
H1.HeaderClassName
{
color: #0FBC91;
}
.AnyTagClassName
{
color: #0FBC91;
}
</style>
background-color css
<style>
a { background-color: #0FBC91; }
a { background-color: rgb(15,188,145); }
div.DivClassName
{
background-color: #0FBC91;
}
.BgClassName
{
background-color: #0FBC91;
}
</style>
border-color css
<style>
span { border-color: #0FBC91; }
span { border-color: rgb(15,188,145); }
td.TdClassName
{
border-color: #0FBC91;
}
.TagClassName
{
border-color: #0FBC91;
}
</style>