Shades of Mountain Meadow #0FB080
Tints of Mountain Meadow #0FB080
RGB
CMYK
RGB Variations
Color information
#0FB080 (or 0x0FB080) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 80. RGB value is (15,176,128). Sum of RGB (Red+Green+Blue) = 15+176+128=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB080 is #F04F7F. Grayscale: #7A7A7A. Windows color (decimal): -15748992 or 8433679. OLE color: 8433679.
HSL color Cylindrical-coordinate representation of color #0FB080: hue angle of 162.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB080 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 128 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.31 |
| HSL | 162.11º | 0.84% | 0.37% | - |
| HSV(B) | 162.11º | 0.91% | 0.69% | - |
| XYZ | 19.62 | 32.71 | 25.7 | - |
| YUV | 122.39 | 131.16 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 128 | 0.91 | 0 | 0.27 | 0.31 | 162.11 | 0.84 | 0.37 |
| Hex | F | B0 | 80 | 5B | 0 | 1B | 1F | A2 | 54 | 25 |
| Octal | 17 | 260 | 200 | 133 | 0 | 33 | 37 | 242 | 124 | 45 |
| Binary | 1111 | 10110000 | 10000000 | 1011011 | 0 | 11011 | 11111 | 10100010 | 1010100 | 100101 |
Color Harmonies of #0FB080
Complementary color
Monochromatic Colors of #0FB080
Black with #0FB080
Text Example
Text Example
White with #0FB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB080; }
p { color: rgb(15,176,128); }
H1.HeaderClassName
{
color: #0FB080;
}
.AnyTagClassName
{
color: #0FB080;
}
</style>
background-color css
<style>
a { background-color: #0FB080; }
a { background-color: rgb(15,176,128); }
div.DivClassName
{
background-color: #0FB080;
}
.BgClassName
{
background-color: #0FB080;
}
</style>
border-color css
<style>
span { border-color: #0FB080; }
span { border-color: rgb(15,176,128); }
td.TdClassName
{
border-color: #0FB080;
}
.TagClassName
{
border-color: #0FB080;
}
</style>