Shades of Mountain Meadow #0FB487
Tints of Mountain Meadow #0FB487
RGB
CMYK
RGB Variations
Color information
#0FB487 (or 0x0FB487) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 87. RGB value is (15,180,135). Sum of RGB (Red+Green+Blue) = 15+180+135=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB487 is #F04B78. Grayscale: #7D7D7D. Windows color (decimal): -15747961 or 8893455. OLE color: 8893455.
HSL color Cylindrical-coordinate representation of color #0FB487: hue angle of 163.64º 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 #0FB487 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 135 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.29 |
| HSL | 163.64º | 0.85% | 0.38% | - |
| HSV(B) | 163.64º | 0.92% | 0.71% | - |
| XYZ | 20.89 | 34.49 | 28.48 | - |
| YUV | 125.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 135 | 0.92 | 0 | 0.25 | 0.29 | 163.64 | 0.85 | 0.38 |
| Hex | F | B4 | 87 | 5C | 0 | 19 | 1D | A4 | 55 | 26 |
| Octal | 17 | 264 | 207 | 134 | 0 | 31 | 35 | 244 | 125 | 46 |
| Binary | 1111 | 10110100 | 10000111 | 1011100 | 0 | 11001 | 11101 | 10100100 | 1010101 | 100110 |
Color Harmonies of #0FB487
Complementary color
Monochromatic Colors of #0FB487
Black with #0FB487
Text Example
Text Example
White with #0FB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB487; }
p { color: rgb(15,180,135); }
H1.HeaderClassName
{
color: #0FB487;
}
.AnyTagClassName
{
color: #0FB487;
}
</style>
background-color css
<style>
a { background-color: #0FB487; }
a { background-color: rgb(15,180,135); }
div.DivClassName
{
background-color: #0FB487;
}
.BgClassName
{
background-color: #0FB487;
}
</style>
border-color css
<style>
span { border-color: #0FB487; }
span { border-color: rgb(15,180,135); }
td.TdClassName
{
border-color: #0FB487;
}
.TagClassName
{
border-color: #0FB487;
}
</style>