Shades of Mountain Meadow #0FB17D
Tints of Mountain Meadow #0FB17D
RGB
CMYK
RGB Variations
Color information
#0FB17D (or 0x0FB17D) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 7D. RGB value is (15,177,125). Sum of RGB (Red+Green+Blue) = 15+177+125=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB17D is #F04E82. Grayscale: #7A7A7A. Windows color (decimal): -15748739 or 8237327. OLE color: 8237327.
HSL color Cylindrical-coordinate representation of color #0FB17D: hue angle of 160.74º 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 #0FB17D is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 125 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.31 |
| HSL | 160.74º | 0.84% | 0.38% | - |
| HSV(B) | 160.74º | 0.92% | 0.69% | - |
| XYZ | 19.62 | 33.03 | 24.74 | - |
| YUV | 122.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 125 | 0.92 | 0 | 0.29 | 0.31 | 160.74 | 0.84 | 0.38 |
| Hex | F | B1 | 7D | 5C | 0 | 1D | 1F | A1 | 54 | 26 |
| Octal | 17 | 261 | 175 | 134 | 0 | 35 | 37 | 241 | 124 | 46 |
| Binary | 1111 | 10110001 | 1111101 | 1011100 | 0 | 11101 | 11111 | 10100001 | 1010100 | 100110 |
Color Harmonies of #0FB17D
Complementary color
Monochromatic Colors of #0FB17D
Black with #0FB17D
Text Example
Text Example
White with #0FB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB17D; }
p { color: rgb(15,177,125); }
H1.HeaderClassName
{
color: #0FB17D;
}
.AnyTagClassName
{
color: #0FB17D;
}
</style>
background-color css
<style>
a { background-color: #0FB17D; }
a { background-color: rgb(15,177,125); }
div.DivClassName
{
background-color: #0FB17D;
}
.BgClassName
{
background-color: #0FB17D;
}
</style>
border-color css
<style>
span { border-color: #0FB17D; }
span { border-color: rgb(15,177,125); }
td.TdClassName
{
border-color: #0FB17D;
}
.TagClassName
{
border-color: #0FB17D;
}
</style>