Shades of Mountain Meadow #09BB7A
Tints of Mountain Meadow #09BB7A
RGB
CMYK
RGB Variations
Color information
#09BB7A (or 0x09BB7A) is known color: Mountain Meadow. HEX triplet: 09, BB and 7A. RGB value is (9,187,122). Sum of RGB (Red+Green+Blue) = 9+187+122=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB7A is #F64485. Grayscale: #7E7E7E. Windows color (decimal): -16139398 or 8043273. OLE color: 8043273.
HSL color Cylindrical-coordinate representation of color #09BB7A: hue angle of 158.09º 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 #09BB7A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 122 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.27 |
| HSL | 158.09º | 0.91% | 0.38% | - |
| HSV(B) | 158.09º | 0.95% | 0.73% | - |
| XYZ | 21.4 | 37 | 24.43 | - |
| YUV | 126.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 122 | 0.95 | 0 | 0.35 | 0.27 | 158.09 | 0.91 | 0.38 |
| Hex | 9 | BB | 7A | 5F | 0 | 23 | 1B | 9E | 5B | 26 |
| Octal | 11 | 273 | 172 | 137 | 0 | 43 | 33 | 236 | 133 | 46 |
| Binary | 1001 | 10111011 | 1111010 | 1011111 | 0 | 100011 | 11011 | 10011110 | 1011011 | 100110 |
Color Harmonies of #09BB7A
Complementary color
Monochromatic Colors of #09BB7A
Black with #09BB7A
Text Example
Text Example
White with #09BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB7A; }
p { color: rgb(9,187,122); }
H1.HeaderClassName
{
color: #09BB7A;
}
.AnyTagClassName
{
color: #09BB7A;
}
</style>
background-color css
<style>
a { background-color: #09BB7A; }
a { background-color: rgb(9,187,122); }
div.DivClassName
{
background-color: #09BB7A;
}
.BgClassName
{
background-color: #09BB7A;
}
</style>
border-color css
<style>
span { border-color: #09BB7A; }
span { border-color: rgb(9,187,122); }
td.TdClassName
{
border-color: #09BB7A;
}
.TagClassName
{
border-color: #09BB7A;
}
</style>