Shades of Mountain Meadow #09BA81
Tints of Mountain Meadow #09BA81
RGB
CMYK
RGB Variations
Color information
#09BA81 (or 0x09BA81) is known color: Mountain Meadow. HEX triplet: 09, BA and 81. RGB value is (9,186,129). Sum of RGB (Red+Green+Blue) = 9+186+129=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA81 is #F6457E. Grayscale: #7E7E7E. Windows color (decimal): -16139647 or 8501769. OLE color: 8501769.
HSL color Cylindrical-coordinate representation of color #09BA81: hue angle of 160.68º 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 #09BA81 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 129 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.27 |
| HSL | 160.68º | 0.91% | 0.38% | - |
| HSV(B) | 160.68º | 0.95% | 0.73% | - |
| XYZ | 21.63 | 36.76 | 26.72 | - |
| YUV | 126.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 129 | 0.95 | 0 | 0.31 | 0.27 | 160.68 | 0.91 | 0.38 |
| Hex | 9 | BA | 81 | 5F | 0 | 1F | 1B | A1 | 5B | 26 |
| Octal | 11 | 272 | 201 | 137 | 0 | 37 | 33 | 241 | 133 | 46 |
| Binary | 1001 | 10111010 | 10000001 | 1011111 | 0 | 11111 | 11011 | 10100001 | 1011011 | 100110 |
Color Harmonies of #09BA81
Complementary color
Monochromatic Colors of #09BA81
Black with #09BA81
Text Example
Text Example
White with #09BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA81; }
p { color: rgb(9,186,129); }
H1.HeaderClassName
{
color: #09BA81;
}
.AnyTagClassName
{
color: #09BA81;
}
</style>
background-color css
<style>
a { background-color: #09BA81; }
a { background-color: rgb(9,186,129); }
div.DivClassName
{
background-color: #09BA81;
}
.BgClassName
{
background-color: #09BA81;
}
</style>
border-color css
<style>
span { border-color: #09BA81; }
span { border-color: rgb(9,186,129); }
td.TdClassName
{
border-color: #09BA81;
}
.TagClassName
{
border-color: #09BA81;
}
</style>