Shades of Mountain Meadow #0FBF73
Tints of Mountain Meadow #0FBF73
RGB
CMYK
RGB Variations
Color information
#0FBF73 (or 0x0FBF73) is known color: Mountain Meadow. HEX triplet: 0F, BF and 73. RGB value is (15,191,115). Sum of RGB (Red+Green+Blue) = 15+191+115=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF73 is #F0408C. Grayscale: #818181. Windows color (decimal): -15745165 or 7585551. OLE color: 7585551.
HSL color Cylindrical-coordinate representation of color #0FBF73: hue angle of 154.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF73 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 115 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.25 |
| HSL | 154.09º | 0.85% | 0.4% | - |
| HSV(B) | 154.09º | 0.92% | 0.75% | - |
| XYZ | 21.92 | 38.6 | 22.51 | - |
| YUV | 129.71 | 119.69 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 115 | 0.92 | 0 | 0.40 | 0.25 | 154.09 | 0.85 | 0.4 |
| Hex | F | BF | 73 | 5C | 0 | 28 | 19 | 9A | 55 | 28 |
| Octal | 17 | 277 | 163 | 134 | 0 | 50 | 31 | 232 | 125 | 50 |
| Binary | 1111 | 10111111 | 1110011 | 1011100 | 0 | 101000 | 11001 | 10011010 | 1010101 | 101000 |
Color Harmonies of #0FBF73
Complementary color
Monochromatic Colors of #0FBF73
Black with #0FBF73
Text Example
Text Example
White with #0FBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF73; }
p { color: rgb(15,191,115); }
H1.HeaderClassName
{
color: #0FBF73;
}
.AnyTagClassName
{
color: #0FBF73;
}
</style>
background-color css
<style>
a { background-color: #0FBF73; }
a { background-color: rgb(15,191,115); }
div.DivClassName
{
background-color: #0FBF73;
}
.BgClassName
{
background-color: #0FBF73;
}
</style>
border-color css
<style>
span { border-color: #0FBF73; }
span { border-color: rgb(15,191,115); }
td.TdClassName
{
border-color: #0FBF73;
}
.TagClassName
{
border-color: #0FBF73;
}
</style>