Shades of Mountain Meadow #09BE7D
Tints of Mountain Meadow #09BE7D
RGB
CMYK
RGB Variations
Color information
#09BE7D (or 0x09BE7D) is known color: Mountain Meadow. HEX triplet: 09, BE and 7D. RGB value is (9,190,125). Sum of RGB (Red+Green+Blue) = 9+190+125=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BE7D is #F64182. Grayscale: #808080. Windows color (decimal): -16138627 or 8240649. OLE color: 8240649.
HSL color Cylindrical-coordinate representation of color #09BE7D: hue angle of 158.45º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BE7D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 125 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.25 |
| HSL | 158.45º | 0.91% | 0.39% | - |
| HSV(B) | 158.45º | 0.95% | 0.75% | - |
| XYZ | 22.23 | 38.37 | 25.64 | - |
| YUV | 128.47 | 126.03 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 125 | 0.95 | 0 | 0.34 | 0.25 | 158.45 | 0.91 | 0.39 |
| Hex | 9 | BE | 7D | 5F | 0 | 22 | 19 | 9E | 5B | 27 |
| Octal | 11 | 276 | 175 | 137 | 0 | 42 | 31 | 236 | 133 | 47 |
| Binary | 1001 | 10111110 | 1111101 | 1011111 | 0 | 100010 | 11001 | 10011110 | 1011011 | 100111 |
Color Harmonies of #09BE7D
Complementary color
Monochromatic Colors of #09BE7D
Black with #09BE7D
Text Example
Text Example
White with #09BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BE7D; }
p { color: rgb(9,190,125); }
H1.HeaderClassName
{
color: #09BE7D;
}
.AnyTagClassName
{
color: #09BE7D;
}
</style>
background-color css
<style>
a { background-color: #09BE7D; }
a { background-color: rgb(9,190,125); }
div.DivClassName
{
background-color: #09BE7D;
}
.BgClassName
{
background-color: #09BE7D;
}
</style>
border-color css
<style>
span { border-color: #09BE7D; }
span { border-color: rgb(9,190,125); }
td.TdClassName
{
border-color: #09BE7D;
}
.TagClassName
{
border-color: #09BE7D;
}
</style>