Shades of Mountain Meadow #09B68A
Tints of Mountain Meadow #09B68A
RGB
CMYK
RGB Variations
Color information
#09B68A (or 0x09B68A) is known color: Mountain Meadow. HEX triplet: 09, B6 and 8A. RGB value is (9,182,138). Sum of RGB (Red+Green+Blue) = 9+182+138=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #09B68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B68A is #F64975. Grayscale: #7D7D7D. Windows color (decimal): -16140662 or 9090569. OLE color: 9090569.
HSL color Cylindrical-coordinate representation of color #09B68A: hue angle of 164.74º 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 #09B68A is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 182 | 138 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.29 |
| HSL | 164.74º | 0.91% | 0.37% | - |
| HSV(B) | 164.74º | 0.95% | 0.71% | - |
| XYZ | 21.43 | 35.35 | 29.74 | - |
| YUV | 125.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 182 | 138 | 0.95 | 0 | 0.24 | 0.29 | 164.74 | 0.91 | 0.37 |
| Hex | 9 | B6 | 8A | 5F | 0 | 18 | 1D | A5 | 5B | 25 |
| Octal | 11 | 266 | 212 | 137 | 0 | 30 | 35 | 245 | 133 | 45 |
| Binary | 1001 | 10110110 | 10001010 | 1011111 | 0 | 11000 | 11101 | 10100101 | 1011011 | 100101 |
Color Harmonies of #09B68A
Complementary color
Monochromatic Colors of #09B68A
Black with #09B68A
Text Example
Text Example
White with #09B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B68A; }
p { color: rgb(9,182,138); }
H1.HeaderClassName
{
color: #09B68A;
}
.AnyTagClassName
{
color: #09B68A;
}
</style>
background-color css
<style>
a { background-color: #09B68A; }
a { background-color: rgb(9,182,138); }
div.DivClassName
{
background-color: #09B68A;
}
.BgClassName
{
background-color: #09B68A;
}
</style>
border-color css
<style>
span { border-color: #09B68A; }
span { border-color: rgb(9,182,138); }
td.TdClassName
{
border-color: #09B68A;
}
.TagClassName
{
border-color: #09B68A;
}
</style>