Shades of Mountain Meadow #09BE8A
Tints of Mountain Meadow #09BE8A
RGB
CMYK
RGB Variations
Color information
#09BE8A (or 0x09BE8A) is known color: Mountain Meadow. HEX triplet: 09, BE and 8A. RGB value is (9,190,138). Sum of RGB (Red+Green+Blue) = 9+190+138=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BE8A is #F64175. Grayscale: #818181. Windows color (decimal): -16138614 or 9092617. OLE color: 9092617.
HSL color Cylindrical-coordinate representation of color #09BE8A: hue angle of 162.76º 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 #09BE8A is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 138 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.25 |
| HSL | 162.76º | 0.91% | 0.39% | - |
| HSV(B) | 162.76º | 0.95% | 0.75% | - |
| XYZ | 23.11 | 38.72 | 30.3 | - |
| YUV | 129.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 138 | 0.95 | 0 | 0.27 | 0.25 | 162.76 | 0.91 | 0.39 |
| Hex | 9 | BE | 8A | 5F | 0 | 1B | 19 | A3 | 5B | 27 |
| Octal | 11 | 276 | 212 | 137 | 0 | 33 | 31 | 243 | 133 | 47 |
| Binary | 1001 | 10111110 | 10001010 | 1011111 | 0 | 11011 | 11001 | 10100011 | 1011011 | 100111 |
Color Harmonies of #09BE8A
Complementary color
Monochromatic Colors of #09BE8A
Black with #09BE8A
Text Example
Text Example
White with #09BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BE8A; }
p { color: rgb(9,190,138); }
H1.HeaderClassName
{
color: #09BE8A;
}
.AnyTagClassName
{
color: #09BE8A;
}
</style>
background-color css
<style>
a { background-color: #09BE8A; }
a { background-color: rgb(9,190,138); }
div.DivClassName
{
background-color: #09BE8A;
}
.BgClassName
{
background-color: #09BE8A;
}
</style>
border-color css
<style>
span { border-color: #09BE8A; }
span { border-color: rgb(9,190,138); }
td.TdClassName
{
border-color: #09BE8A;
}
.TagClassName
{
border-color: #09BE8A;
}
</style>