Shades of Mountain Meadow #09B68B
Tints of Mountain Meadow #09B68B
RGB
CMYK
RGB Variations
Color information
#09B68B (or 0x09B68B) is known color: Mountain Meadow. HEX triplet: 09, B6 and 8B. RGB value is (9,182,139). Sum of RGB (Red+Green+Blue) = 9+182+139=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #09B68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B68B is #F64974. Grayscale: #7D7D7D. Windows color (decimal): -16140661 or 9156105. OLE color: 9156105.
HSL color Cylindrical-coordinate representation of color #09B68B: hue angle of 165.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B68B is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 182 | 139 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.29 |
| HSL | 165.09º | 0.91% | 0.37% | - |
| HSV(B) | 165.09º | 0.95% | 0.71% | - |
| XYZ | 21.5 | 35.38 | 30.12 | - |
| YUV | 125.37 | 135.69 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 182 | 139 | 0.95 | 0 | 0.24 | 0.29 | 165.09 | 0.91 | 0.37 |
| Hex | 9 | B6 | 8B | 5F | 0 | 18 | 1D | A5 | 5B | 25 |
| Octal | 11 | 266 | 213 | 137 | 0 | 30 | 35 | 245 | 133 | 45 |
| Binary | 1001 | 10110110 | 10001011 | 1011111 | 0 | 11000 | 11101 | 10100101 | 1011011 | 100101 |
Color Harmonies of #09B68B
Complementary color
Monochromatic Colors of #09B68B
Black with #09B68B
Text Example
Text Example
White with #09B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B68B; }
p { color: rgb(9,182,139); }
H1.HeaderClassName
{
color: #09B68B;
}
.AnyTagClassName
{
color: #09B68B;
}
</style>
background-color css
<style>
a { background-color: #09B68B; }
a { background-color: rgb(9,182,139); }
div.DivClassName
{
background-color: #09B68B;
}
.BgClassName
{
background-color: #09B68B;
}
</style>
border-color css
<style>
span { border-color: #09B68B; }
span { border-color: rgb(9,182,139); }
td.TdClassName
{
border-color: #09B68B;
}
.TagClassName
{
border-color: #09B68B;
}
</style>