Shades of Mountain Meadow #0FBF8F
Tints of Mountain Meadow #0FBF8F
RGB
CMYK
RGB Variations
Color information
#0FBF8F (or 0x0FBF8F) is known color: Mountain Meadow. HEX triplet: 0F, BF and 8F. RGB value is (15,191,143). Sum of RGB (Red+Green+Blue) = 15+191+143=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF8F is #F04070. Grayscale: #848484. Windows color (decimal): -15745137 or 9420559. OLE color: 9420559.
HSL color Cylindrical-coordinate representation of color #0FBF8F: hue angle of 163.64º 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 #0FBF8F is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 143 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.25 |
| HSL | 163.64º | 0.85% | 0.4% | - |
| HSV(B) | 163.64º | 0.92% | 0.75% | - |
| XYZ | 23.79 | 39.35 | 32.33 | - |
| YUV | 132.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 143 | 0.92 | 0 | 0.25 | 0.25 | 163.64 | 0.85 | 0.4 |
| Hex | F | BF | 8F | 5C | 0 | 19 | 19 | A4 | 55 | 28 |
| Octal | 17 | 277 | 217 | 134 | 0 | 31 | 31 | 244 | 125 | 50 |
| Binary | 1111 | 10111111 | 10001111 | 1011100 | 0 | 11001 | 11001 | 10100100 | 1010101 | 101000 |
Color Harmonies of #0FBF8F
Complementary color
Monochromatic Colors of #0FBF8F
Black with #0FBF8F
Text Example
Text Example
White with #0FBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF8F; }
p { color: rgb(15,191,143); }
H1.HeaderClassName
{
color: #0FBF8F;
}
.AnyTagClassName
{
color: #0FBF8F;
}
</style>
background-color css
<style>
a { background-color: #0FBF8F; }
a { background-color: rgb(15,191,143); }
div.DivClassName
{
background-color: #0FBF8F;
}
.BgClassName
{
background-color: #0FBF8F;
}
</style>
border-color css
<style>
span { border-color: #0FBF8F; }
span { border-color: rgb(15,191,143); }
td.TdClassName
{
border-color: #0FBF8F;
}
.TagClassName
{
border-color: #0FBF8F;
}
</style>