Shades of Mountain Meadow #09B27C
Tints of Mountain Meadow #09B27C
RGB
CMYK
RGB Variations
Color information
#09B27C (or 0x09B27C) is known color: Mountain Meadow. HEX triplet: 09, B2 and 7C. RGB value is (9,178,124). Sum of RGB (Red+Green+Blue) = 9+178+124=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #09B27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B27C is #F64D83. Grayscale: #797979. Windows color (decimal): -16141700 or 8172041. OLE color: 8172041.
HSL color Cylindrical-coordinate representation of color #09B27C: hue angle of 160.83º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B27C is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 124 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.30 |
| HSL | 160.83º | 0.9% | 0.37% | - |
| HSV(B) | 160.83º | 0.95% | 0.7% | - |
| XYZ | 19.67 | 33.35 | 24.47 | - |
| YUV | 121.31 | 129.51 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 124 | 0.95 | 0 | 0.30 | 0.30 | 160.83 | 0.9 | 0.37 |
| Hex | 9 | B2 | 7C | 5F | 0 | 1E | 1E | A1 | 5A | 25 |
| Octal | 11 | 262 | 174 | 137 | 0 | 36 | 36 | 241 | 132 | 45 |
| Binary | 1001 | 10110010 | 1111100 | 1011111 | 0 | 11110 | 11110 | 10100001 | 1011010 | 100101 |
Color Harmonies of #09B27C
Complementary color
Monochromatic Colors of #09B27C
Black with #09B27C
Text Example
Text Example
White with #09B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B27C; }
p { color: rgb(9,178,124); }
H1.HeaderClassName
{
color: #09B27C;
}
.AnyTagClassName
{
color: #09B27C;
}
</style>
background-color css
<style>
a { background-color: #09B27C; }
a { background-color: rgb(9,178,124); }
div.DivClassName
{
background-color: #09B27C;
}
.BgClassName
{
background-color: #09B27C;
}
</style>
border-color css
<style>
span { border-color: #09B27C; }
span { border-color: rgb(9,178,124); }
td.TdClassName
{
border-color: #09B27C;
}
.TagClassName
{
border-color: #09B27C;
}
</style>