Shades of Mountain Meadow #0FB18D
Tints of Mountain Meadow #0FB18D
RGB
CMYK
RGB Variations
Color information
#0FB18D (or 0x0FB18D) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 8D. RGB value is (15,177,141). Sum of RGB (Red+Green+Blue) = 15+177+141=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB18D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB18D is #F04E72. Grayscale: #7C7C7C. Windows color (decimal): -15748723 or 9285903. OLE color: 9285903.
HSL color Cylindrical-coordinate representation of color #0FB18D: hue angle of 166.67º 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 #0FB18D is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 141 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.31 |
| HSL | 166.67º | 0.84% | 0.38% | - |
| HSV(B) | 166.67º | 0.92% | 0.69% | - |
| XYZ | 20.73 | 33.47 | 30.57 | - |
| YUV | 124.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 141 | 0.92 | 0 | 0.20 | 0.31 | 166.67 | 0.84 | 0.38 |
| Hex | F | B1 | 8D | 5C | 0 | 14 | 1F | A7 | 54 | 26 |
| Octal | 17 | 261 | 215 | 134 | 0 | 24 | 37 | 247 | 124 | 46 |
| Binary | 1111 | 10110001 | 10001101 | 1011100 | 0 | 10100 | 11111 | 10100111 | 1010100 | 100110 |
Color Harmonies of #0FB18D
Complementary color
Monochromatic Colors of #0FB18D
Black with #0FB18D
Text Example
Text Example
White with #0FB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB18D; }
p { color: rgb(15,177,141); }
H1.HeaderClassName
{
color: #0FB18D;
}
.AnyTagClassName
{
color: #0FB18D;
}
</style>
background-color css
<style>
a { background-color: #0FB18D; }
a { background-color: rgb(15,177,141); }
div.DivClassName
{
background-color: #0FB18D;
}
.BgClassName
{
background-color: #0FB18D;
}
</style>
border-color css
<style>
span { border-color: #0FB18D; }
span { border-color: rgb(15,177,141); }
td.TdClassName
{
border-color: #0FB18D;
}
.TagClassName
{
border-color: #0FB18D;
}
</style>