Shades of Mountain Meadow #08BD80
Tints of Mountain Meadow #08BD80
RGB
CMYK
RGB Variations
Color information
#08BD80 (or 0x08BD80) is known color: Mountain Meadow. HEX triplet: 08, BD and 80. RGB value is (8,189,128). Sum of RGB (Red+Green+Blue) = 8+189+128=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD80 is #F7427F. Grayscale: #7F7F7F. Windows color (decimal): -16204416 or 8437000. OLE color: 8437000.
HSL color Cylindrical-coordinate representation of color #08BD80: hue angle of 159.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD80 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 128 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.26 |
| HSL | 159.78º | 0.92% | 0.39% | - |
| HSV(B) | 159.78º | 0.96% | 0.74% | - |
| XYZ | 22.19 | 38.01 | 26.59 | - |
| YUV | 127.93 | 128.03 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 128 | 0.96 | 0 | 0.32 | 0.26 | 159.78 | 0.92 | 0.39 |
| Hex | 8 | BD | 80 | 60 | 0 | 20 | 1A | A0 | 5C | 27 |
| Octal | 10 | 275 | 200 | 140 | 0 | 40 | 32 | 240 | 134 | 47 |
| Binary | 1000 | 10111101 | 10000000 | 1100000 | 0 | 100000 | 11010 | 10100000 | 1011100 | 100111 |
Color Harmonies of #08BD80
Complementary color
Monochromatic Colors of #08BD80
Black with #08BD80
Text Example
Text Example
White with #08BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD80; }
p { color: rgb(8,189,128); }
H1.HeaderClassName
{
color: #08BD80;
}
.AnyTagClassName
{
color: #08BD80;
}
</style>
background-color css
<style>
a { background-color: #08BD80; }
a { background-color: rgb(8,189,128); }
div.DivClassName
{
background-color: #08BD80;
}
.BgClassName
{
background-color: #08BD80;
}
</style>
border-color css
<style>
span { border-color: #08BD80; }
span { border-color: rgb(8,189,128); }
td.TdClassName
{
border-color: #08BD80;
}
.TagClassName
{
border-color: #08BD80;
}
</style>