Shades of Mountain Meadow #0FB17E
Tints of Mountain Meadow #0FB17E
RGB
CMYK
RGB Variations
Color information
#0FB17E (or 0x0FB17E) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 7E. RGB value is (15,177,126). Sum of RGB (Red+Green+Blue) = 15+177+126=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB17E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB17E is #F04E81. Grayscale: #7A7A7A. Windows color (decimal): -15748738 or 8302863. OLE color: 8302863.
HSL color Cylindrical-coordinate representation of color #0FB17E: hue angle of 161.11º 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 #0FB17E is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 126 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.31 |
| HSL | 161.11º | 0.84% | 0.38% | - |
| HSV(B) | 161.11º | 0.92% | 0.69% | - |
| XYZ | 19.69 | 33.05 | 25.08 | - |
| YUV | 122.75 | 129.83 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 126 | 0.92 | 0 | 0.29 | 0.31 | 161.11 | 0.84 | 0.38 |
| Hex | F | B1 | 7E | 5C | 0 | 1D | 1F | A1 | 54 | 26 |
| Octal | 17 | 261 | 176 | 134 | 0 | 35 | 37 | 241 | 124 | 46 |
| Binary | 1111 | 10110001 | 1111110 | 1011100 | 0 | 11101 | 11111 | 10100001 | 1010100 | 100110 |
Color Harmonies of #0FB17E
Complementary color
Monochromatic Colors of #0FB17E
Black with #0FB17E
Text Example
Text Example
White with #0FB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB17E; }
p { color: rgb(15,177,126); }
H1.HeaderClassName
{
color: #0FB17E;
}
.AnyTagClassName
{
color: #0FB17E;
}
</style>
background-color css
<style>
a { background-color: #0FB17E; }
a { background-color: rgb(15,177,126); }
div.DivClassName
{
background-color: #0FB17E;
}
.BgClassName
{
background-color: #0FB17E;
}
</style>
border-color css
<style>
span { border-color: #0FB17E; }
span { border-color: rgb(15,177,126); }
td.TdClassName
{
border-color: #0FB17E;
}
.TagClassName
{
border-color: #0FB17E;
}
</style>