Shades of Mountain Meadow #09BD89
Tints of Mountain Meadow #09BD89
RGB
CMYK
RGB Variations
Color information
#09BD89 (or 0x09BD89) is known color: Mountain Meadow. HEX triplet: 09, BD and 89. RGB value is (9,189,137). Sum of RGB (Red+Green+Blue) = 9+189+137=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BD89 is #F64276. Grayscale: #818181. Windows color (decimal): -16138871 or 9026825. OLE color: 9026825.
HSL color Cylindrical-coordinate representation of color #09BD89: hue angle of 162.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD89 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 137 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.26 |
| HSL | 162.67º | 0.91% | 0.39% | - |
| HSV(B) | 162.67º | 0.95% | 0.74% | - |
| XYZ | 22.83 | 38.26 | 29.85 | - |
| YUV | 129.25 | 132.37 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 137 | 0.95 | 0 | 0.28 | 0.26 | 162.67 | 0.91 | 0.39 |
| Hex | 9 | BD | 89 | 5F | 0 | 1C | 1A | A3 | 5B | 27 |
| Octal | 11 | 275 | 211 | 137 | 0 | 34 | 32 | 243 | 133 | 47 |
| Binary | 1001 | 10111101 | 10001001 | 1011111 | 0 | 11100 | 11010 | 10100011 | 1011011 | 100111 |
Color Harmonies of #09BD89
Complementary color
Monochromatic Colors of #09BD89
Black with #09BD89
Text Example
Text Example
White with #09BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD89; }
p { color: rgb(9,189,137); }
H1.HeaderClassName
{
color: #09BD89;
}
.AnyTagClassName
{
color: #09BD89;
}
</style>
background-color css
<style>
a { background-color: #09BD89; }
a { background-color: rgb(9,189,137); }
div.DivClassName
{
background-color: #09BD89;
}
.BgClassName
{
background-color: #09BD89;
}
</style>
border-color css
<style>
span { border-color: #09BD89; }
span { border-color: rgb(9,189,137); }
td.TdClassName
{
border-color: #09BD89;
}
.TagClassName
{
border-color: #09BD89;
}
</style>