Shades of Mountain Meadow #09BA8A
Tints of Mountain Meadow #09BA8A
RGB
CMYK
RGB Variations
Color information
#09BA8A (or 0x09BA8A) is known color: Mountain Meadow. HEX triplet: 09, BA and 8A. RGB value is (9,186,138). Sum of RGB (Red+Green+Blue) = 9+186+138=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA8A is #F64575. Grayscale: #7F7F7F. Windows color (decimal): -16139638 or 9091593. OLE color: 9091593.
HSL color Cylindrical-coordinate representation of color #09BA8A: hue angle of 163.73º 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 #09BA8A is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 138 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.27 |
| HSL | 163.73º | 0.91% | 0.38% | - |
| HSV(B) | 163.73º | 0.95% | 0.73% | - |
| XYZ | 22.26 | 37.01 | 30.02 | - |
| YUV | 127.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 138 | 0.95 | 0 | 0.26 | 0.27 | 163.73 | 0.91 | 0.38 |
| Hex | 9 | BA | 8A | 5F | 0 | 1A | 1B | A4 | 5B | 26 |
| Octal | 11 | 272 | 212 | 137 | 0 | 32 | 33 | 244 | 133 | 46 |
| Binary | 1001 | 10111010 | 10001010 | 1011111 | 0 | 11010 | 11011 | 10100100 | 1011011 | 100110 |
Color Harmonies of #09BA8A
Complementary color
Monochromatic Colors of #09BA8A
Black with #09BA8A
Text Example
Text Example
White with #09BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA8A; }
p { color: rgb(9,186,138); }
H1.HeaderClassName
{
color: #09BA8A;
}
.AnyTagClassName
{
color: #09BA8A;
}
</style>
background-color css
<style>
a { background-color: #09BA8A; }
a { background-color: rgb(9,186,138); }
div.DivClassName
{
background-color: #09BA8A;
}
.BgClassName
{
background-color: #09BA8A;
}
</style>
border-color css
<style>
span { border-color: #09BA8A; }
span { border-color: rgb(9,186,138); }
td.TdClassName
{
border-color: #09BA8A;
}
.TagClassName
{
border-color: #09BA8A;
}
</style>