Shades of Mountain Meadow #09BD7E
Tints of Mountain Meadow #09BD7E
RGB
CMYK
RGB Variations
Color information
#09BD7E (or 0x09BD7E) is known color: Mountain Meadow. HEX triplet: 09, BD and 7E. RGB value is (9,189,126). Sum of RGB (Red+Green+Blue) = 9+189+126=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD7E is #F64281. Grayscale: #808080. Windows color (decimal): -16138882 or 8305929. OLE color: 8305929.
HSL color Cylindrical-coordinate representation of color #09BD7E: hue angle of 159º 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 #09BD7E is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 126 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.26 |
| HSL | 159º | 0.91% | 0.39% | - |
| HSV(B) | 159º | 0.95% | 0.74% | - |
| XYZ | 22.08 | 37.96 | 25.9 | - |
| YUV | 128 | 126.87 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 126 | 0.95 | 0 | 0.33 | 0.26 | 159 | 0.91 | 0.39 |
| Hex | 9 | BD | 7E | 5F | 0 | 21 | 1A | 9F | 5B | 27 |
| Octal | 11 | 275 | 176 | 137 | 0 | 41 | 32 | 237 | 133 | 47 |
| Binary | 1001 | 10111101 | 1111110 | 1011111 | 0 | 100001 | 11010 | 10011111 | 1011011 | 100111 |
Color Harmonies of #09BD7E
Complementary color
Monochromatic Colors of #09BD7E
Black with #09BD7E
Text Example
Text Example
White with #09BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD7E; }
p { color: rgb(9,189,126); }
H1.HeaderClassName
{
color: #09BD7E;
}
.AnyTagClassName
{
color: #09BD7E;
}
</style>
background-color css
<style>
a { background-color: #09BD7E; }
a { background-color: rgb(9,189,126); }
div.DivClassName
{
background-color: #09BD7E;
}
.BgClassName
{
background-color: #09BD7E;
}
</style>
border-color css
<style>
span { border-color: #09BD7E; }
span { border-color: rgb(9,189,126); }
td.TdClassName
{
border-color: #09BD7E;
}
.TagClassName
{
border-color: #09BD7E;
}
</style>