Shades of Mountain Meadow #09B38C
Tints of Mountain Meadow #09B38C
RGB
CMYK
RGB Variations
Color information
#09B38C (or 0x09B38C) is known color: Mountain Meadow. HEX triplet: 09, B3 and 8C. RGB value is (9,179,140). Sum of RGB (Red+Green+Blue) = 9+179+140=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #09B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B38C is #F64C73. Grayscale: #7B7B7B. Windows color (decimal): -16141428 or 9220873. OLE color: 9220873.
HSL color Cylindrical-coordinate representation of color #09B38C: hue angle of 166.24º 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 #09B38C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 140 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.30 |
| HSL | 166.24º | 0.9% | 0.37% | - |
| HSV(B) | 166.24º | 0.95% | 0.7% | - |
| XYZ | 20.97 | 34.19 | 30.31 | - |
| YUV | 123.72 | 137.18 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 140 | 0.95 | 0 | 0.22 | 0.30 | 166.24 | 0.9 | 0.37 |
| Hex | 9 | B3 | 8C | 5F | 0 | 16 | 1E | A6 | 5A | 25 |
| Octal | 11 | 263 | 214 | 137 | 0 | 26 | 36 | 246 | 132 | 45 |
| Binary | 1001 | 10110011 | 10001100 | 1011111 | 0 | 10110 | 11110 | 10100110 | 1011010 | 100101 |
Color Harmonies of #09B38C
Complementary color
Monochromatic Colors of #09B38C
Black with #09B38C
Text Example
Text Example
White with #09B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B38C; }
p { color: rgb(9,179,140); }
H1.HeaderClassName
{
color: #09B38C;
}
.AnyTagClassName
{
color: #09B38C;
}
</style>
background-color css
<style>
a { background-color: #09B38C; }
a { background-color: rgb(9,179,140); }
div.DivClassName
{
background-color: #09B38C;
}
.BgClassName
{
background-color: #09B38C;
}
</style>
border-color css
<style>
span { border-color: #09B38C; }
span { border-color: rgb(9,179,140); }
td.TdClassName
{
border-color: #09B38C;
}
.TagClassName
{
border-color: #09B38C;
}
</style>