Shades of Mountain Meadow #0FBF78
Tints of Mountain Meadow #0FBF78
RGB
CMYK
RGB Variations
Color information
#0FBF78 (or 0x0FBF78) is known color: Mountain Meadow. HEX triplet: 0F, BF and 78. RGB value is (15,191,120). Sum of RGB (Red+Green+Blue) = 15+191+120=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF78 is #F04087. Grayscale: #828282. Windows color (decimal): -15745160 or 7913231. OLE color: 7913231.
HSL color Cylindrical-coordinate representation of color #0FBF78: hue angle of 155.8º 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 #0FBF78 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 120 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.25 |
| HSL | 155.8º | 0.85% | 0.4% | - |
| HSV(B) | 155.8º | 0.92% | 0.75% | - |
| XYZ | 22.22 | 38.72 | 24.07 | - |
| YUV | 130.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 120 | 0.92 | 0 | 0.37 | 0.25 | 155.8 | 0.85 | 0.4 |
| Hex | F | BF | 78 | 5C | 0 | 25 | 19 | 9C | 55 | 28 |
| Octal | 17 | 277 | 170 | 134 | 0 | 45 | 31 | 234 | 125 | 50 |
| Binary | 1111 | 10111111 | 1111000 | 1011100 | 0 | 100101 | 11001 | 10011100 | 1010101 | 101000 |
Color Harmonies of #0FBF78
Complementary color
Monochromatic Colors of #0FBF78
Black with #0FBF78
Text Example
Text Example
White with #0FBF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF78; }
p { color: rgb(15,191,120); }
H1.HeaderClassName
{
color: #0FBF78;
}
.AnyTagClassName
{
color: #0FBF78;
}
</style>
background-color css
<style>
a { background-color: #0FBF78; }
a { background-color: rgb(15,191,120); }
div.DivClassName
{
background-color: #0FBF78;
}
.BgClassName
{
background-color: #0FBF78;
}
</style>
border-color css
<style>
span { border-color: #0FBF78; }
span { border-color: rgb(15,191,120); }
td.TdClassName
{
border-color: #0FBF78;
}
.TagClassName
{
border-color: #0FBF78;
}
</style>