Shades of Mountain Meadow #09B385
Tints of Mountain Meadow #09B385
RGB
CMYK
RGB Variations
Color information
#09B385 (or 0x09B385) is known color: Mountain Meadow. HEX triplet: 09, B3 and 85. RGB value is (9,179,133). Sum of RGB (Red+Green+Blue) = 9+179+133=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #09B385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B385 is #F64C7A. Grayscale: #7A7A7A. Windows color (decimal): -16141435 or 8762121. OLE color: 8762121.
HSL color Cylindrical-coordinate representation of color #09B385: hue angle of 163.76º 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 #09B385 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 133 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.30 |
| HSL | 163.76º | 0.9% | 0.37% | - |
| HSV(B) | 163.76º | 0.95% | 0.7% | - |
| XYZ | 20.47 | 33.99 | 27.67 | - |
| YUV | 122.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 133 | 0.95 | 0 | 0.26 | 0.30 | 163.76 | 0.9 | 0.37 |
| Hex | 9 | B3 | 85 | 5F | 0 | 1A | 1E | A4 | 5A | 25 |
| Octal | 11 | 263 | 205 | 137 | 0 | 32 | 36 | 244 | 132 | 45 |
| Binary | 1001 | 10110011 | 10000101 | 1011111 | 0 | 11010 | 11110 | 10100100 | 1011010 | 100101 |
Color Harmonies of #09B385
Complementary color
Monochromatic Colors of #09B385
Black with #09B385
Text Example
Text Example
White with #09B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B385; }
p { color: rgb(9,179,133); }
H1.HeaderClassName
{
color: #09B385;
}
.AnyTagClassName
{
color: #09B385;
}
</style>
background-color css
<style>
a { background-color: #09B385; }
a { background-color: rgb(9,179,133); }
div.DivClassName
{
background-color: #09B385;
}
.BgClassName
{
background-color: #09B385;
}
</style>
border-color css
<style>
span { border-color: #09B385; }
span { border-color: rgb(9,179,133); }
td.TdClassName
{
border-color: #09B385;
}
.TagClassName
{
border-color: #09B385;
}
</style>