Shades of Mountain Meadow #0FB587
Tints of Mountain Meadow #0FB587
RGB
CMYK
RGB Variations
Color information
#0FB587 (or 0x0FB587) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 87. RGB value is (15,181,135). Sum of RGB (Red+Green+Blue) = 15+181+135=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB587 is #F04A78. Grayscale: #7E7E7E. Windows color (decimal): -15747705 or 8893711. OLE color: 8893711.
HSL color Cylindrical-coordinate representation of color #0FB587: hue angle of 163.37º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB587 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 135 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.29 |
| HSL | 163.37º | 0.85% | 0.38% | - |
| HSV(B) | 163.37º | 0.92% | 0.71% | - |
| XYZ | 21.09 | 34.9 | 28.55 | - |
| YUV | 126.12 | 133 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 135 | 0.92 | 0 | 0.25 | 0.29 | 163.37 | 0.85 | 0.38 |
| Hex | F | B5 | 87 | 5C | 0 | 19 | 1D | A3 | 55 | 26 |
| Octal | 17 | 265 | 207 | 134 | 0 | 31 | 35 | 243 | 125 | 46 |
| Binary | 1111 | 10110101 | 10000111 | 1011100 | 0 | 11001 | 11101 | 10100011 | 1010101 | 100110 |
Color Harmonies of #0FB587
Complementary color
Monochromatic Colors of #0FB587
Black with #0FB587
Text Example
Text Example
White with #0FB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB587; }
p { color: rgb(15,181,135); }
H1.HeaderClassName
{
color: #0FB587;
}
.AnyTagClassName
{
color: #0FB587;
}
</style>
background-color css
<style>
a { background-color: #0FB587; }
a { background-color: rgb(15,181,135); }
div.DivClassName
{
background-color: #0FB587;
}
.BgClassName
{
background-color: #0FB587;
}
</style>
border-color css
<style>
span { border-color: #0FB587; }
span { border-color: rgb(15,181,135); }
td.TdClassName
{
border-color: #0FB587;
}
.TagClassName
{
border-color: #0FB587;
}
</style>