Shades of Mountain Meadow #08BA7D
Tints of Mountain Meadow #08BA7D
RGB
CMYK
RGB Variations
Color information
#08BA7D (or 0x08BA7D) is known color: Mountain Meadow. HEX triplet: 08, BA and 7D. RGB value is (8,186,125). Sum of RGB (Red+Green+Blue) = 8+186+125=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA7D is #F74582. Grayscale: #7D7D7D. Windows color (decimal): -16205187 or 8239624. OLE color: 8239624.
HSL color Cylindrical-coordinate representation of color #08BA7D: hue angle of 159.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA7D is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 125 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.27 |
| HSL | 159.44º | 0.92% | 0.38% | - |
| HSV(B) | 159.44º | 0.96% | 0.73% | - |
| XYZ | 21.36 | 36.65 | 25.35 | - |
| YUV | 125.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 125 | 0.96 | 0 | 0.33 | 0.27 | 159.44 | 0.92 | 0.38 |
| Hex | 8 | BA | 7D | 60 | 0 | 21 | 1B | 9F | 5C | 26 |
| Octal | 10 | 272 | 175 | 140 | 0 | 41 | 33 | 237 | 134 | 46 |
| Binary | 1000 | 10111010 | 1111101 | 1100000 | 0 | 100001 | 11011 | 10011111 | 1011100 | 100110 |
Color Harmonies of #08BA7D
Complementary color
Monochromatic Colors of #08BA7D
Black with #08BA7D
Text Example
Text Example
White with #08BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA7D; }
p { color: rgb(8,186,125); }
H1.HeaderClassName
{
color: #08BA7D;
}
.AnyTagClassName
{
color: #08BA7D;
}
</style>
background-color css
<style>
a { background-color: #08BA7D; }
a { background-color: rgb(8,186,125); }
div.DivClassName
{
background-color: #08BA7D;
}
.BgClassName
{
background-color: #08BA7D;
}
</style>
border-color css
<style>
span { border-color: #08BA7D; }
span { border-color: rgb(8,186,125); }
td.TdClassName
{
border-color: #08BA7D;
}
.TagClassName
{
border-color: #08BA7D;
}
</style>