Shades of Mountain Meadow #09BE7A
Tints of Mountain Meadow #09BE7A
RGB
CMYK
RGB Variations
Color information
#09BE7A (or 0x09BE7A) is known color: Mountain Meadow. HEX triplet: 09, BE and 7A. RGB value is (9,190,122). Sum of RGB (Red+Green+Blue) = 9+190+122=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BE7A is #F64185. Grayscale: #808080. Windows color (decimal): -16138630 or 8044041. OLE color: 8044041.
HSL color Cylindrical-coordinate representation of color #09BE7A: hue angle of 157.46º 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 #09BE7A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 122 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.25 |
| HSL | 157.46º | 0.91% | 0.39% | - |
| HSV(B) | 157.46º | 0.95% | 0.75% | - |
| XYZ | 22.04 | 38.29 | 24.64 | - |
| YUV | 128.13 | 124.53 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 122 | 0.95 | 0 | 0.36 | 0.25 | 157.46 | 0.91 | 0.39 |
| Hex | 9 | BE | 7A | 5F | 0 | 24 | 19 | 9D | 5B | 27 |
| Octal | 11 | 276 | 172 | 137 | 0 | 44 | 31 | 235 | 133 | 47 |
| Binary | 1001 | 10111110 | 1111010 | 1011111 | 0 | 100100 | 11001 | 10011101 | 1011011 | 100111 |
Color Harmonies of #09BE7A
Complementary color
Monochromatic Colors of #09BE7A
Black with #09BE7A
Text Example
Text Example
White with #09BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BE7A; }
p { color: rgb(9,190,122); }
H1.HeaderClassName
{
color: #09BE7A;
}
.AnyTagClassName
{
color: #09BE7A;
}
</style>
background-color css
<style>
a { background-color: #09BE7A; }
a { background-color: rgb(9,190,122); }
div.DivClassName
{
background-color: #09BE7A;
}
.BgClassName
{
background-color: #09BE7A;
}
</style>
border-color css
<style>
span { border-color: #09BE7A; }
span { border-color: rgb(9,190,122); }
td.TdClassName
{
border-color: #09BE7A;
}
.TagClassName
{
border-color: #09BE7A;
}
</style>