Shades of Mountain Meadow #09B088
Tints of Mountain Meadow #09B088
RGB
CMYK
RGB Variations
Color information
#09B088 (or 0x09B088) is known color: Mountain Meadow. HEX triplet: 09, B0 and 88. RGB value is (9,176,136). Sum of RGB (Red+Green+Blue) = 9+176+136=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #09B088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B088 is #F64F77. Grayscale: #797979. Windows color (decimal): -16142200 or 8957961. OLE color: 8957961.
HSL color Cylindrical-coordinate representation of color #09B088: hue angle of 165.63º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B088 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 136 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.31 |
| HSL | 165.63º | 0.9% | 0.36% | - |
| HSV(B) | 165.63º | 0.95% | 0.69% | - |
| XYZ | 20.08 | 32.89 | 28.58 | - |
| YUV | 121.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 136 | 0.95 | 0 | 0.23 | 0.31 | 165.63 | 0.9 | 0.36 |
| Hex | 9 | B0 | 88 | 5F | 0 | 17 | 1F | A6 | 5A | 24 |
| Octal | 11 | 260 | 210 | 137 | 0 | 27 | 37 | 246 | 132 | 44 |
| Binary | 1001 | 10110000 | 10001000 | 1011111 | 0 | 10111 | 11111 | 10100110 | 1011010 | 100100 |
Color Harmonies of #09B088
Complementary color
Monochromatic Colors of #09B088
Black with #09B088
Text Example
Text Example
White with #09B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B088; }
p { color: rgb(9,176,136); }
H1.HeaderClassName
{
color: #09B088;
}
.AnyTagClassName
{
color: #09B088;
}
</style>
background-color css
<style>
a { background-color: #09B088; }
a { background-color: rgb(9,176,136); }
div.DivClassName
{
background-color: #09B088;
}
.BgClassName
{
background-color: #09B088;
}
</style>
border-color css
<style>
span { border-color: #09B088; }
span { border-color: rgb(9,176,136); }
td.TdClassName
{
border-color: #09B088;
}
.TagClassName
{
border-color: #09B088;
}
</style>