Shades of Mountain Meadow #09BA80
Tints of Mountain Meadow #09BA80
RGB
CMYK
RGB Variations
Color information
#09BA80 (or 0x09BA80) is known color: Mountain Meadow. HEX triplet: 09, BA and 80. RGB value is (9,186,128). Sum of RGB (Red+Green+Blue) = 9+186+128=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA80 is #F6457F. Grayscale: #7E7E7E. Windows color (decimal): -16139648 or 8436233. OLE color: 8436233.
HSL color Cylindrical-coordinate representation of color #09BA80: hue angle of 160.34º 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 #09BA80 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 128 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.27 |
| HSL | 160.34º | 0.91% | 0.38% | - |
| HSV(B) | 160.34º | 0.95% | 0.73% | - |
| XYZ | 21.57 | 36.73 | 26.38 | - |
| YUV | 126.47 | 128.86 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 128 | 0.95 | 0 | 0.31 | 0.27 | 160.34 | 0.91 | 0.38 |
| Hex | 9 | BA | 80 | 5F | 0 | 1F | 1B | A0 | 5B | 26 |
| Octal | 11 | 272 | 200 | 137 | 0 | 37 | 33 | 240 | 133 | 46 |
| Binary | 1001 | 10111010 | 10000000 | 1011111 | 0 | 11111 | 11011 | 10100000 | 1011011 | 100110 |
Color Harmonies of #09BA80
Complementary color
Monochromatic Colors of #09BA80
Black with #09BA80
Text Example
Text Example
White with #09BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA80; }
p { color: rgb(9,186,128); }
H1.HeaderClassName
{
color: #09BA80;
}
.AnyTagClassName
{
color: #09BA80;
}
</style>
background-color css
<style>
a { background-color: #09BA80; }
a { background-color: rgb(9,186,128); }
div.DivClassName
{
background-color: #09BA80;
}
.BgClassName
{
background-color: #09BA80;
}
</style>
border-color css
<style>
span { border-color: #09BA80; }
span { border-color: rgb(9,186,128); }
td.TdClassName
{
border-color: #09BA80;
}
.TagClassName
{
border-color: #09BA80;
}
</style>