Shades of Mountain Meadow #09B384
Tints of Mountain Meadow #09B384
RGB
CMYK
RGB Variations
Color information
#09B384 (or 0x09B384) is known color: Mountain Meadow. HEX triplet: 09, B3 and 84. RGB value is (9,179,132). Sum of RGB (Red+Green+Blue) = 9+179+132=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #09B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B384 is #F64C7B. Grayscale: #7A7A7A. Windows color (decimal): -16141436 or 8696585. OLE color: 8696585.
HSL color Cylindrical-coordinate representation of color #09B384: hue angle of 163.41º 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 #09B384 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 132 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.30 |
| HSL | 163.41º | 0.9% | 0.37% | - |
| HSV(B) | 163.41º | 0.95% | 0.7% | - |
| XYZ | 20.4 | 33.96 | 27.31 | - |
| YUV | 122.81 | 133.18 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 132 | 0.95 | 0 | 0.26 | 0.30 | 163.41 | 0.9 | 0.37 |
| Hex | 9 | B3 | 84 | 5F | 0 | 1A | 1E | A3 | 5A | 25 |
| Octal | 11 | 263 | 204 | 137 | 0 | 32 | 36 | 243 | 132 | 45 |
| Binary | 1001 | 10110011 | 10000100 | 1011111 | 0 | 11010 | 11110 | 10100011 | 1011010 | 100101 |
Color Harmonies of #09B384
Complementary color
Monochromatic Colors of #09B384
Black with #09B384
Text Example
Text Example
White with #09B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B384; }
p { color: rgb(9,179,132); }
H1.HeaderClassName
{
color: #09B384;
}
.AnyTagClassName
{
color: #09B384;
}
</style>
background-color css
<style>
a { background-color: #09B384; }
a { background-color: rgb(9,179,132); }
div.DivClassName
{
background-color: #09B384;
}
.BgClassName
{
background-color: #09B384;
}
</style>
border-color css
<style>
span { border-color: #09B384; }
span { border-color: rgb(9,179,132); }
td.TdClassName
{
border-color: #09B384;
}
.TagClassName
{
border-color: #09B384;
}
</style>