Shades of Mountain Meadow #0BB17C
Tints of Mountain Meadow #0BB17C
RGB
CMYK
RGB Variations
Color information
#0BB17C (or 0x0BB17C) is known color: Mountain Meadow. HEX triplet: 0B, B1 and 7C. RGB value is (11,177,124). Sum of RGB (Red+Green+Blue) = 11+177+124=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB17C is #F44E83. Grayscale: #797979. Windows color (decimal): -16010884 or 8171787. OLE color: 8171787.
HSL color Cylindrical-coordinate representation of color #0BB17C: hue angle of 160.84º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB17C is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 124 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.31 |
| HSL | 160.84º | 0.88% | 0.37% | - |
| HSV(B) | 160.84º | 0.94% | 0.69% | - |
| XYZ | 19.5 | 32.97 | 24.41 | - |
| YUV | 121.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 124 | 0.94 | 0 | 0.30 | 0.31 | 160.84 | 0.88 | 0.37 |
| Hex | B | B1 | 7C | 5E | 0 | 1E | 1F | A1 | 58 | 25 |
| Octal | 13 | 261 | 174 | 136 | 0 | 36 | 37 | 241 | 130 | 45 |
| Binary | 1011 | 10110001 | 1111100 | 1011110 | 0 | 11110 | 11111 | 10100001 | 1011000 | 100101 |
Color Harmonies of #0BB17C
Complementary color
Monochromatic Colors of #0BB17C
Black with #0BB17C
Text Example
Text Example
White with #0BB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB17C; }
p { color: rgb(11,177,124); }
H1.HeaderClassName
{
color: #0BB17C;
}
.AnyTagClassName
{
color: #0BB17C;
}
</style>
background-color css
<style>
a { background-color: #0BB17C; }
a { background-color: rgb(11,177,124); }
div.DivClassName
{
background-color: #0BB17C;
}
.BgClassName
{
background-color: #0BB17C;
}
</style>
border-color css
<style>
span { border-color: #0BB17C; }
span { border-color: rgb(11,177,124); }
td.TdClassName
{
border-color: #0BB17C;
}
.TagClassName
{
border-color: #0BB17C;
}
</style>