Shades of Mountain Meadow #0FB17C
Tints of Mountain Meadow #0FB17C
RGB
CMYK
RGB Variations
Color information
#0FB17C (or 0x0FB17C) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 7C. RGB value is (15,177,124). Sum of RGB (Red+Green+Blue) = 15+177+124=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB17C is #F04E83. Grayscale: #7A7A7A. Windows color (decimal): -15748740 or 8171791. OLE color: 8171791.
HSL color Cylindrical-coordinate representation of color #0FB17C: hue angle of 160.37º 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 #0FB17C is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 124 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.31 |
| HSL | 160.37º | 0.84% | 0.38% | - |
| HSV(B) | 160.37º | 0.92% | 0.69% | - |
| XYZ | 19.56 | 33 | 24.41 | - |
| YUV | 122.52 | 128.83 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 124 | 0.92 | 0 | 0.30 | 0.31 | 160.37 | 0.84 | 0.38 |
| Hex | F | B1 | 7C | 5C | 0 | 1E | 1F | A0 | 54 | 26 |
| Octal | 17 | 261 | 174 | 134 | 0 | 36 | 37 | 240 | 124 | 46 |
| Binary | 1111 | 10110001 | 1111100 | 1011100 | 0 | 11110 | 11111 | 10100000 | 1010100 | 100110 |
Color Harmonies of #0FB17C
Complementary color
Monochromatic Colors of #0FB17C
Black with #0FB17C
Text Example
Text Example
White with #0FB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB17C; }
p { color: rgb(15,177,124); }
H1.HeaderClassName
{
color: #0FB17C;
}
.AnyTagClassName
{
color: #0FB17C;
}
</style>
background-color css
<style>
a { background-color: #0FB17C; }
a { background-color: rgb(15,177,124); }
div.DivClassName
{
background-color: #0FB17C;
}
.BgClassName
{
background-color: #0FB17C;
}
</style>
border-color css
<style>
span { border-color: #0FB17C; }
span { border-color: rgb(15,177,124); }
td.TdClassName
{
border-color: #0FB17C;
}
.TagClassName
{
border-color: #0FB17C;
}
</style>