Shades of Mountain Meadow #0FB985
Tints of Mountain Meadow #0FB985
RGB
CMYK
RGB Variations
Color information
#0FB985 (or 0x0FB985) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 85. RGB value is (15,185,133). Sum of RGB (Red+Green+Blue) = 15+185+133=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB985 is #F0467A. Grayscale: #808080. Windows color (decimal): -15746683 or 8763663. OLE color: 8763663.
HSL color Cylindrical-coordinate representation of color #0FB985: hue angle of 161.65º 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 #0FB985 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 133 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.27 |
| HSL | 161.65º | 0.85% | 0.39% | - |
| HSV(B) | 161.65º | 0.92% | 0.73% | - |
| XYZ | 21.78 | 36.49 | 28.09 | - |
| YUV | 128.24 | 130.68 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 133 | 0.92 | 0 | 0.28 | 0.27 | 161.65 | 0.85 | 0.39 |
| Hex | F | B9 | 85 | 5C | 0 | 1C | 1B | A2 | 55 | 27 |
| Octal | 17 | 271 | 205 | 134 | 0 | 34 | 33 | 242 | 125 | 47 |
| Binary | 1111 | 10111001 | 10000101 | 1011100 | 0 | 11100 | 11011 | 10100010 | 1010101 | 100111 |
Color Harmonies of #0FB985
Complementary color
Monochromatic Colors of #0FB985
Black with #0FB985
Text Example
Text Example
White with #0FB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB985; }
p { color: rgb(15,185,133); }
H1.HeaderClassName
{
color: #0FB985;
}
.AnyTagClassName
{
color: #0FB985;
}
</style>
background-color css
<style>
a { background-color: #0FB985; }
a { background-color: rgb(15,185,133); }
div.DivClassName
{
background-color: #0FB985;
}
.BgClassName
{
background-color: #0FB985;
}
</style>
border-color css
<style>
span { border-color: #0FB985; }
span { border-color: rgb(15,185,133); }
td.TdClassName
{
border-color: #0FB985;
}
.TagClassName
{
border-color: #0FB985;
}
</style>