Shades of Mountain Meadow #09BA7F
Tints of Mountain Meadow #09BA7F
RGB
CMYK
RGB Variations
Color information
#09BA7F (or 0x09BA7F) is known color: Mountain Meadow. HEX triplet: 09, BA and 7F. RGB value is (9,186,127). Sum of RGB (Red+Green+Blue) = 9+186+127=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA7F is #F64580. Grayscale: #7E7E7E. Windows color (decimal): -16139649 or 8370697. OLE color: 8370697.
HSL color Cylindrical-coordinate representation of color #09BA7F: hue angle of 160º 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 #09BA7F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 127 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.27 |
| HSL | 160º | 0.91% | 0.38% | - |
| HSV(B) | 160º | 0.95% | 0.73% | - |
| XYZ | 21.5 | 36.71 | 26.03 | - |
| YUV | 126.35 | 128.36 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 127 | 0.95 | 0 | 0.32 | 0.27 | 160 | 0.91 | 0.38 |
| Hex | 9 | BA | 7F | 5F | 0 | 20 | 1B | A0 | 5B | 26 |
| Octal | 11 | 272 | 177 | 137 | 0 | 40 | 33 | 240 | 133 | 46 |
| Binary | 1001 | 10111010 | 1111111 | 1011111 | 0 | 100000 | 11011 | 10100000 | 1011011 | 100110 |
Color Harmonies of #09BA7F
Complementary color
Monochromatic Colors of #09BA7F
Black with #09BA7F
Text Example
Text Example
White with #09BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA7F; }
p { color: rgb(9,186,127); }
H1.HeaderClassName
{
color: #09BA7F;
}
.AnyTagClassName
{
color: #09BA7F;
}
</style>
background-color css
<style>
a { background-color: #09BA7F; }
a { background-color: rgb(9,186,127); }
div.DivClassName
{
background-color: #09BA7F;
}
.BgClassName
{
background-color: #09BA7F;
}
</style>
border-color css
<style>
span { border-color: #09BA7F; }
span { border-color: rgb(9,186,127); }
td.TdClassName
{
border-color: #09BA7F;
}
.TagClassName
{
border-color: #09BA7F;
}
</style>