Shades of Mountain Meadow #09BA7D
Tints of Mountain Meadow #09BA7D
RGB
CMYK
RGB Variations
Color information
#09BA7D (or 0x09BA7D) is known color: Mountain Meadow. HEX triplet: 09, BA and 7D. RGB value is (9,186,125). Sum of RGB (Red+Green+Blue) = 9+186+125=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BA7D is #F64582. Grayscale: #7E7E7E. Windows color (decimal): -16139651 or 8239625. OLE color: 8239625.
HSL color Cylindrical-coordinate representation of color #09BA7D: hue angle of 159.32º 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 #09BA7D is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 125 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.27 |
| HSL | 159.32º | 0.91% | 0.38% | - |
| HSV(B) | 159.32º | 0.95% | 0.73% | - |
| XYZ | 21.37 | 36.66 | 25.35 | - |
| YUV | 126.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 125 | 0.95 | 0 | 0.33 | 0.27 | 159.32 | 0.91 | 0.38 |
| Hex | 9 | BA | 7D | 5F | 0 | 21 | 1B | 9F | 5B | 26 |
| Octal | 11 | 272 | 175 | 137 | 0 | 41 | 33 | 237 | 133 | 46 |
| Binary | 1001 | 10111010 | 1111101 | 1011111 | 0 | 100001 | 11011 | 10011111 | 1011011 | 100110 |
Color Harmonies of #09BA7D
Complementary color
Monochromatic Colors of #09BA7D
Black with #09BA7D
Text Example
Text Example
White with #09BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA7D; }
p { color: rgb(9,186,125); }
H1.HeaderClassName
{
color: #09BA7D;
}
.AnyTagClassName
{
color: #09BA7D;
}
</style>
background-color css
<style>
a { background-color: #09BA7D; }
a { background-color: rgb(9,186,125); }
div.DivClassName
{
background-color: #09BA7D;
}
.BgClassName
{
background-color: #09BA7D;
}
</style>
border-color css
<style>
span { border-color: #09BA7D; }
span { border-color: rgb(9,186,125); }
td.TdClassName
{
border-color: #09BA7D;
}
.TagClassName
{
border-color: #09BA7D;
}
</style>