Shades of Mountain Meadow #09BC7B
Tints of Mountain Meadow #09BC7B
RGB
CMYK
RGB Variations
Color information
#09BC7B (or 0x09BC7B) is known color: Mountain Meadow. HEX triplet: 09, BC and 7B. RGB value is (9,188,123). Sum of RGB (Red+Green+Blue) = 9+188+123=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BC7B is #F64384. Grayscale: #7F7F7F. Windows color (decimal): -16139141 or 8109065. OLE color: 8109065.
HSL color Cylindrical-coordinate representation of color #09BC7B: hue angle of 158.21º 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 #09BC7B is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 123 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.26 |
| HSL | 158.21º | 0.91% | 0.39% | - |
| HSV(B) | 158.21º | 0.95% | 0.74% | - |
| XYZ | 21.67 | 37.45 | 24.83 | - |
| YUV | 127.07 | 125.7 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 123 | 0.95 | 0 | 0.35 | 0.26 | 158.21 | 0.91 | 0.39 |
| Hex | 9 | BC | 7B | 5F | 0 | 23 | 1A | 9E | 5B | 27 |
| Octal | 11 | 274 | 173 | 137 | 0 | 43 | 32 | 236 | 133 | 47 |
| Binary | 1001 | 10111100 | 1111011 | 1011111 | 0 | 100011 | 11010 | 10011110 | 1011011 | 100111 |
Color Harmonies of #09BC7B
Complementary color
Monochromatic Colors of #09BC7B
Black with #09BC7B
Text Example
Text Example
White with #09BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC7B; }
p { color: rgb(9,188,123); }
H1.HeaderClassName
{
color: #09BC7B;
}
.AnyTagClassName
{
color: #09BC7B;
}
</style>
background-color css
<style>
a { background-color: #09BC7B; }
a { background-color: rgb(9,188,123); }
div.DivClassName
{
background-color: #09BC7B;
}
.BgClassName
{
background-color: #09BC7B;
}
</style>
border-color css
<style>
span { border-color: #09BC7B; }
span { border-color: rgb(9,188,123); }
td.TdClassName
{
border-color: #09BC7B;
}
.TagClassName
{
border-color: #09BC7B;
}
</style>