Shades of Mountain Meadow #08BA7C
Tints of Mountain Meadow #08BA7C
RGB
CMYK
RGB Variations
Color information
#08BA7C (or 0x08BA7C) is known color: Mountain Meadow. HEX triplet: 08, BA and 7C. RGB value is (8,186,124). Sum of RGB (Red+Green+Blue) = 8+186+124=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA7C is #F74583. Grayscale: #7D7D7D. Windows color (decimal): -16205188 or 8174088. OLE color: 8174088.
HSL color Cylindrical-coordinate representation of color #08BA7C: hue angle of 159.1º 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 #08BA7C is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 124 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.27 |
| HSL | 159.1º | 0.92% | 0.38% | - |
| HSV(B) | 159.1º | 0.96% | 0.73% | - |
| XYZ | 21.3 | 36.62 | 25.02 | - |
| YUV | 125.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 124 | 0.96 | 0 | 0.33 | 0.27 | 159.1 | 0.92 | 0.38 |
| Hex | 8 | BA | 7C | 60 | 0 | 21 | 1B | 9F | 5C | 26 |
| Octal | 10 | 272 | 174 | 140 | 0 | 41 | 33 | 237 | 134 | 46 |
| Binary | 1000 | 10111010 | 1111100 | 1100000 | 0 | 100001 | 11011 | 10011111 | 1011100 | 100110 |
Color Harmonies of #08BA7C
Complementary color
Monochromatic Colors of #08BA7C
Black with #08BA7C
Text Example
Text Example
White with #08BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA7C; }
p { color: rgb(8,186,124); }
H1.HeaderClassName
{
color: #08BA7C;
}
.AnyTagClassName
{
color: #08BA7C;
}
</style>
background-color css
<style>
a { background-color: #08BA7C; }
a { background-color: rgb(8,186,124); }
div.DivClassName
{
background-color: #08BA7C;
}
.BgClassName
{
background-color: #08BA7C;
}
</style>
border-color css
<style>
span { border-color: #08BA7C; }
span { border-color: rgb(8,186,124); }
td.TdClassName
{
border-color: #08BA7C;
}
.TagClassName
{
border-color: #08BA7C;
}
</style>