Shades of Mountain Meadow #0FB189
Tints of Mountain Meadow #0FB189
RGB
CMYK
RGB Variations
Color information
#0FB189 (or 0x0FB189) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 89. RGB value is (15,177,137). Sum of RGB (Red+Green+Blue) = 15+177+137=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB189 is #F04E76. Grayscale: #7C7C7C. Windows color (decimal): -15748727 or 9023759. OLE color: 9023759.
HSL color Cylindrical-coordinate representation of color #0FB189: hue angle of 165.19º 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 #0FB189 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 137 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.31 |
| HSL | 165.19º | 0.84% | 0.38% | - |
| HSV(B) | 165.19º | 0.92% | 0.69% | - |
| XYZ | 20.43 | 33.35 | 29.03 | - |
| YUV | 124 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 137 | 0.92 | 0 | 0.23 | 0.31 | 165.19 | 0.84 | 0.38 |
| Hex | F | B1 | 89 | 5C | 0 | 17 | 1F | A5 | 54 | 26 |
| Octal | 17 | 261 | 211 | 134 | 0 | 27 | 37 | 245 | 124 | 46 |
| Binary | 1111 | 10110001 | 10001001 | 1011100 | 0 | 10111 | 11111 | 10100101 | 1010100 | 100110 |
Color Harmonies of #0FB189
Complementary color
Monochromatic Colors of #0FB189
Black with #0FB189
Text Example
Text Example
White with #0FB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB189; }
p { color: rgb(15,177,137); }
H1.HeaderClassName
{
color: #0FB189;
}
.AnyTagClassName
{
color: #0FB189;
}
</style>
background-color css
<style>
a { background-color: #0FB189; }
a { background-color: rgb(15,177,137); }
div.DivClassName
{
background-color: #0FB189;
}
.BgClassName
{
background-color: #0FB189;
}
</style>
border-color css
<style>
span { border-color: #0FB189; }
span { border-color: rgb(15,177,137); }
td.TdClassName
{
border-color: #0FB189;
}
.TagClassName
{
border-color: #0FB189;
}
</style>