Shades of Mountain Meadow #0FB07B
Tints of Mountain Meadow #0FB07B
RGB
CMYK
RGB Variations
Color information
#0FB07B (or 0x0FB07B) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 7B. RGB value is (15,176,123). Sum of RGB (Red+Green+Blue) = 15+176+123=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB07B is #F04F84. Grayscale: #797979. Windows color (decimal): -15748997 or 8105999. OLE color: 8105999.
HSL color Cylindrical-coordinate representation of color #0FB07B: hue angle of 160.25º 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 #0FB07B is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 123 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.31 |
| HSL | 160.25º | 0.84% | 0.37% | - |
| HSV(B) | 160.25º | 0.91% | 0.69% | - |
| XYZ | 19.3 | 32.58 | 24.01 | - |
| YUV | 121.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 123 | 0.91 | 0 | 0.30 | 0.31 | 160.25 | 0.84 | 0.37 |
| Hex | F | B0 | 7B | 5B | 0 | 1E | 1F | A0 | 54 | 25 |
| Octal | 17 | 260 | 173 | 133 | 0 | 36 | 37 | 240 | 124 | 45 |
| Binary | 1111 | 10110000 | 1111011 | 1011011 | 0 | 11110 | 11111 | 10100000 | 1010100 | 100101 |
Color Harmonies of #0FB07B
Complementary color
Monochromatic Colors of #0FB07B
Black with #0FB07B
Text Example
Text Example
White with #0FB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB07B; }
p { color: rgb(15,176,123); }
H1.HeaderClassName
{
color: #0FB07B;
}
.AnyTagClassName
{
color: #0FB07B;
}
</style>
background-color css
<style>
a { background-color: #0FB07B; }
a { background-color: rgb(15,176,123); }
div.DivClassName
{
background-color: #0FB07B;
}
.BgClassName
{
background-color: #0FB07B;
}
</style>
border-color css
<style>
span { border-color: #0FB07B; }
span { border-color: rgb(15,176,123); }
td.TdClassName
{
border-color: #0FB07B;
}
.TagClassName
{
border-color: #0FB07B;
}
</style>