Shades of Mountain Meadow #09BF7A
Tints of Mountain Meadow #09BF7A
RGB
CMYK
RGB Variations
Color information
#09BF7A (or 0x09BF7A) is known color: Mountain Meadow. HEX triplet: 09, BF and 7A. RGB value is (9,191,122). Sum of RGB (Red+Green+Blue) = 9+191+122=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF7A is #F64085. Grayscale: #808080. Windows color (decimal): -16138374 or 8044297. OLE color: 8044297.
HSL color Cylindrical-coordinate representation of color #09BF7A: hue angle of 157.25º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF7A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 122 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.25 |
| HSL | 157.25º | 0.91% | 0.39% | - |
| HSV(B) | 157.25º | 0.95% | 0.75% | - |
| XYZ | 22.26 | 38.72 | 24.71 | - |
| YUV | 128.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 122 | 0.95 | 0 | 0.36 | 0.25 | 157.25 | 0.91 | 0.39 |
| Hex | 9 | BF | 7A | 5F | 0 | 24 | 19 | 9D | 5B | 27 |
| Octal | 11 | 277 | 172 | 137 | 0 | 44 | 31 | 235 | 133 | 47 |
| Binary | 1001 | 10111111 | 1111010 | 1011111 | 0 | 100100 | 11001 | 10011101 | 1011011 | 100111 |
Color Harmonies of #09BF7A
Complementary color
Monochromatic Colors of #09BF7A
Black with #09BF7A
Text Example
Text Example
White with #09BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF7A; }
p { color: rgb(9,191,122); }
H1.HeaderClassName
{
color: #09BF7A;
}
.AnyTagClassName
{
color: #09BF7A;
}
</style>
background-color css
<style>
a { background-color: #09BF7A; }
a { background-color: rgb(9,191,122); }
div.DivClassName
{
background-color: #09BF7A;
}
.BgClassName
{
background-color: #09BF7A;
}
</style>
border-color css
<style>
span { border-color: #09BF7A; }
span { border-color: rgb(9,191,122); }
td.TdClassName
{
border-color: #09BF7A;
}
.TagClassName
{
border-color: #09BF7A;
}
</style>