Shades of Mountain Meadow #09BB7D
Tints of Mountain Meadow #09BB7D
RGB
CMYK
RGB Variations
Color information
#09BB7D (or 0x09BB7D) is known color: Mountain Meadow. HEX triplet: 09, BB and 7D. RGB value is (9,187,125). Sum of RGB (Red+Green+Blue) = 9+187+125=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB7D is #F64482. Grayscale: #7E7E7E. Windows color (decimal): -16139395 or 8239881. OLE color: 8239881.
HSL color Cylindrical-coordinate representation of color #09BB7D: hue angle of 159.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BB7D is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 125 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.27 |
| HSL | 159.1º | 0.91% | 0.38% | - |
| HSV(B) | 159.1º | 0.95% | 0.73% | - |
| XYZ | 21.58 | 37.08 | 25.42 | - |
| YUV | 126.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 125 | 0.95 | 0 | 0.33 | 0.27 | 159.1 | 0.91 | 0.38 |
| Hex | 9 | BB | 7D | 5F | 0 | 21 | 1B | 9F | 5B | 26 |
| Octal | 11 | 273 | 175 | 137 | 0 | 41 | 33 | 237 | 133 | 46 |
| Binary | 1001 | 10111011 | 1111101 | 1011111 | 0 | 100001 | 11011 | 10011111 | 1011011 | 100110 |
Color Harmonies of #09BB7D
Complementary color
Monochromatic Colors of #09BB7D
Black with #09BB7D
Text Example
Text Example
White with #09BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB7D; }
p { color: rgb(9,187,125); }
H1.HeaderClassName
{
color: #09BB7D;
}
.AnyTagClassName
{
color: #09BB7D;
}
</style>
background-color css
<style>
a { background-color: #09BB7D; }
a { background-color: rgb(9,187,125); }
div.DivClassName
{
background-color: #09BB7D;
}
.BgClassName
{
background-color: #09BB7D;
}
</style>
border-color css
<style>
span { border-color: #09BB7D; }
span { border-color: rgb(9,187,125); }
td.TdClassName
{
border-color: #09BB7D;
}
.TagClassName
{
border-color: #09BB7D;
}
</style>