Shades of Mountain Meadow #0FB08B
Tints of Mountain Meadow #0FB08B
RGB
CMYK
RGB Variations
Color information
#0FB08B (or 0x0FB08B) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 8B. RGB value is (15,176,139). Sum of RGB (Red+Green+Blue) = 15+176+139=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB08B is #F04F74. Grayscale: #7B7B7B. Windows color (decimal): -15748981 or 9154575. OLE color: 9154575.
HSL color Cylindrical-coordinate representation of color #0FB08B: hue angle of 166.21º 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 #0FB08B is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 139 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.31 |
| HSL | 166.21º | 0.84% | 0.37% | - |
| HSV(B) | 166.21º | 0.91% | 0.69% | - |
| XYZ | 20.38 | 33.02 | 29.72 | - |
| YUV | 123.64 | 136.66 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 139 | 0.91 | 0 | 0.21 | 0.31 | 166.21 | 0.84 | 0.37 |
| Hex | F | B0 | 8B | 5B | 0 | 15 | 1F | A6 | 54 | 25 |
| Octal | 17 | 260 | 213 | 133 | 0 | 25 | 37 | 246 | 124 | 45 |
| Binary | 1111 | 10110000 | 10001011 | 1011011 | 0 | 10101 | 11111 | 10100110 | 1010100 | 100101 |
Color Harmonies of #0FB08B
Complementary color
Monochromatic Colors of #0FB08B
Black with #0FB08B
Text Example
Text Example
White with #0FB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB08B; }
p { color: rgb(15,176,139); }
H1.HeaderClassName
{
color: #0FB08B;
}
.AnyTagClassName
{
color: #0FB08B;
}
</style>
background-color css
<style>
a { background-color: #0FB08B; }
a { background-color: rgb(15,176,139); }
div.DivClassName
{
background-color: #0FB08B;
}
.BgClassName
{
background-color: #0FB08B;
}
</style>
border-color css
<style>
span { border-color: #0FB08B; }
span { border-color: rgb(15,176,139); }
td.TdClassName
{
border-color: #0FB08B;
}
.TagClassName
{
border-color: #0FB08B;
}
</style>