Shades of Mountain Meadow #0FB17B
Tints of Mountain Meadow #0FB17B
RGB
CMYK
RGB Variations
Color information
#0FB17B (or 0x0FB17B) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 7B. RGB value is (15,177,123). Sum of RGB (Red+Green+Blue) = 15+177+123=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB17B is #F04E84. Grayscale: #7A7A7A. Windows color (decimal): -15748741 or 8106255. OLE color: 8106255.
HSL color Cylindrical-coordinate representation of color #0FB17B: hue angle of 160º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB17B is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 123 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.31 |
| HSL | 160º | 0.84% | 0.38% | - |
| HSV(B) | 160º | 0.92% | 0.69% | - |
| XYZ | 19.49 | 32.98 | 24.08 | - |
| YUV | 122.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 123 | 0.92 | 0 | 0.31 | 0.31 | 160 | 0.84 | 0.38 |
| Hex | F | B1 | 7B | 5C | 0 | 1F | 1F | A0 | 54 | 26 |
| Octal | 17 | 261 | 173 | 134 | 0 | 37 | 37 | 240 | 124 | 46 |
| Binary | 1111 | 10110001 | 1111011 | 1011100 | 0 | 11111 | 11111 | 10100000 | 1010100 | 100110 |
Color Harmonies of #0FB17B
Complementary color
Monochromatic Colors of #0FB17B
Black with #0FB17B
Text Example
Text Example
White with #0FB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB17B; }
p { color: rgb(15,177,123); }
H1.HeaderClassName
{
color: #0FB17B;
}
.AnyTagClassName
{
color: #0FB17B;
}
</style>
background-color css
<style>
a { background-color: #0FB17B; }
a { background-color: rgb(15,177,123); }
div.DivClassName
{
background-color: #0FB17B;
}
.BgClassName
{
background-color: #0FB17B;
}
</style>
border-color css
<style>
span { border-color: #0FB17B; }
span { border-color: rgb(15,177,123); }
td.TdClassName
{
border-color: #0FB17B;
}
.TagClassName
{
border-color: #0FB17B;
}
</style>