Shades of Mountain Meadow #0FB995
Tints of Mountain Meadow #0FB995
RGB
CMYK
RGB Variations
Color information
#0FB995 (or 0x0FB995) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 95. RGB value is (15,185,149). Sum of RGB (Red+Green+Blue) = 15+185+149=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB995 is #F0466A. Grayscale: #828282. Windows color (decimal): -15746667 or 9812239. OLE color: 9812239.
HSL color Cylindrical-coordinate representation of color #0FB995: hue angle of 167.29º 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 #0FB995 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 149 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.27 |
| HSL | 167.29º | 0.85% | 0.39% | - |
| HSV(B) | 167.29º | 0.92% | 0.73% | - |
| XYZ | 22.97 | 36.97 | 34.36 | - |
| YUV | 130.07 | 138.68 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 149 | 0.92 | 0 | 0.19 | 0.27 | 167.29 | 0.85 | 0.39 |
| Hex | F | B9 | 95 | 5C | 0 | 13 | 1B | A7 | 55 | 27 |
| Octal | 17 | 271 | 225 | 134 | 0 | 23 | 33 | 247 | 125 | 47 |
| Binary | 1111 | 10111001 | 10010101 | 1011100 | 0 | 10011 | 11011 | 10100111 | 1010101 | 100111 |
Color Harmonies of #0FB995
Complementary color
Monochromatic Colors of #0FB995
Black with #0FB995
Text Example
Text Example
White with #0FB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB995; }
p { color: rgb(15,185,149); }
H1.HeaderClassName
{
color: #0FB995;
}
.AnyTagClassName
{
color: #0FB995;
}
</style>
background-color css
<style>
a { background-color: #0FB995; }
a { background-color: rgb(15,185,149); }
div.DivClassName
{
background-color: #0FB995;
}
.BgClassName
{
background-color: #0FB995;
}
</style>
border-color css
<style>
span { border-color: #0FB995; }
span { border-color: rgb(15,185,149); }
td.TdClassName
{
border-color: #0FB995;
}
.TagClassName
{
border-color: #0FB995;
}
</style>