Shades of Mountain Meadow #0FB991
Tints of Mountain Meadow #0FB991
RGB
CMYK
RGB Variations
Color information
#0FB991 (or 0x0FB991) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 91. RGB value is (15,185,145). Sum of RGB (Red+Green+Blue) = 15+185+145=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB991 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB991 is #F0466E. Grayscale: #818181. Windows color (decimal): -15746671 or 9550095. OLE color: 9550095.
HSL color Cylindrical-coordinate representation of color #0FB991: hue angle of 165.88º 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 #0FB991 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 145 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.27 |
| HSL | 165.88º | 0.85% | 0.39% | - |
| HSV(B) | 165.88º | 0.92% | 0.73% | - |
| XYZ | 22.66 | 36.84 | 32.71 | - |
| YUV | 129.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 145 | 0.92 | 0 | 0.22 | 0.27 | 165.88 | 0.85 | 0.39 |
| Hex | F | B9 | 91 | 5C | 0 | 16 | 1B | A6 | 55 | 27 |
| Octal | 17 | 271 | 221 | 134 | 0 | 26 | 33 | 246 | 125 | 47 |
| Binary | 1111 | 10111001 | 10010001 | 1011100 | 0 | 10110 | 11011 | 10100110 | 1010101 | 100111 |
Color Harmonies of #0FB991
Complementary color
Monochromatic Colors of #0FB991
Black with #0FB991
Text Example
Text Example
White with #0FB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB991; }
p { color: rgb(15,185,145); }
H1.HeaderClassName
{
color: #0FB991;
}
.AnyTagClassName
{
color: #0FB991;
}
</style>
background-color css
<style>
a { background-color: #0FB991; }
a { background-color: rgb(15,185,145); }
div.DivClassName
{
background-color: #0FB991;
}
.BgClassName
{
background-color: #0FB991;
}
</style>
border-color css
<style>
span { border-color: #0FB991; }
span { border-color: rgb(15,185,145); }
td.TdClassName
{
border-color: #0FB991;
}
.TagClassName
{
border-color: #0FB991;
}
</style>