Shades of Mountain Meadow #09BA84
Tints of Mountain Meadow #09BA84
RGB
CMYK
RGB Variations
Color information
#09BA84 (or 0x09BA84) is known color: Mountain Meadow. HEX triplet: 09, BA and 84. RGB value is (9,186,132). Sum of RGB (Red+Green+Blue) = 9+186+132=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA84 is #F6457B. Grayscale: #7E7E7E. Windows color (decimal): -16139644 or 8698377. OLE color: 8698377.
HSL color Cylindrical-coordinate representation of color #09BA84: hue angle of 161.69º 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 #09BA84 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 132 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.27 |
| HSL | 161.69º | 0.91% | 0.38% | - |
| HSV(B) | 161.69º | 0.95% | 0.73% | - |
| XYZ | 21.84 | 36.84 | 27.79 | - |
| YUV | 126.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 132 | 0.95 | 0 | 0.29 | 0.27 | 161.69 | 0.91 | 0.38 |
| Hex | 9 | BA | 84 | 5F | 0 | 1D | 1B | A2 | 5B | 26 |
| Octal | 11 | 272 | 204 | 137 | 0 | 35 | 33 | 242 | 133 | 46 |
| Binary | 1001 | 10111010 | 10000100 | 1011111 | 0 | 11101 | 11011 | 10100010 | 1011011 | 100110 |
Color Harmonies of #09BA84
Complementary color
Monochromatic Colors of #09BA84
Black with #09BA84
Text Example
Text Example
White with #09BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA84; }
p { color: rgb(9,186,132); }
H1.HeaderClassName
{
color: #09BA84;
}
.AnyTagClassName
{
color: #09BA84;
}
</style>
background-color css
<style>
a { background-color: #09BA84; }
a { background-color: rgb(9,186,132); }
div.DivClassName
{
background-color: #09BA84;
}
.BgClassName
{
background-color: #09BA84;
}
</style>
border-color css
<style>
span { border-color: #09BA84; }
span { border-color: rgb(9,186,132); }
td.TdClassName
{
border-color: #09BA84;
}
.TagClassName
{
border-color: #09BA84;
}
</style>