Shades of Mountain Meadow #08C580
Tints of Mountain Meadow #08C580
RGB
CMYK
RGB Variations
Color information
#08C580 (or 0x08C580) is known color: Mountain Meadow. HEX triplet: 08, C5 and 80. RGB value is (8,197,128). Sum of RGB (Red+Green+Blue) = 8+197+128=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #08C580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C580 is #F73A7F. Grayscale: #848484. Windows color (decimal): -16202368 or 8439048. OLE color: 8439048.
HSL color Cylindrical-coordinate representation of color #08C580: hue angle of 158.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C580 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 128 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.23 |
| HSL | 158.1º | 0.92% | 0.4% | - |
| HSV(B) | 158.1º | 0.96% | 0.77% | - |
| XYZ | 23.96 | 41.54 | 27.18 | - |
| YUV | 132.62 | 125.38 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 128 | 0.96 | 0 | 0.35 | 0.23 | 158.1 | 0.92 | 0.4 |
| Hex | 8 | C5 | 80 | 60 | 0 | 23 | 17 | 9E | 5C | 28 |
| Octal | 10 | 305 | 200 | 140 | 0 | 43 | 27 | 236 | 134 | 50 |
| Binary | 1000 | 11000101 | 10000000 | 1100000 | 0 | 100011 | 10111 | 10011110 | 1011100 | 101000 |
Color Harmonies of #08C580
Complementary color
Monochromatic Colors of #08C580
Black with #08C580
Text Example
Text Example
White with #08C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C580; }
p { color: rgb(8,197,128); }
H1.HeaderClassName
{
color: #08C580;
}
.AnyTagClassName
{
color: #08C580;
}
</style>
background-color css
<style>
a { background-color: #08C580; }
a { background-color: rgb(8,197,128); }
div.DivClassName
{
background-color: #08C580;
}
.BgClassName
{
background-color: #08C580;
}
</style>
border-color css
<style>
span { border-color: #08C580; }
span { border-color: rgb(8,197,128); }
td.TdClassName
{
border-color: #08C580;
}
.TagClassName
{
border-color: #08C580;
}
</style>