Shades of Mountain Meadow #08C379
Tints of Mountain Meadow #08C379
RGB
CMYK
RGB Variations
Color information
#08C379 (or 0x08C379) is known color: Mountain Meadow. HEX triplet: 08, C3 and 79. RGB value is (8,195,121). Sum of RGB (Red+Green+Blue) = 8+195+121=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #08C379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C379 is #F73C86. Grayscale: #828282. Windows color (decimal): -16202887 or 7979784. OLE color: 7979784.
HSL color Cylindrical-coordinate representation of color #08C379: hue angle of 156.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C379 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 121 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.24 |
| HSL | 156.26º | 0.92% | 0.4% | - |
| HSV(B) | 156.26º | 0.96% | 0.76% | - |
| XYZ | 23.07 | 40.46 | 24.68 | - |
| YUV | 130.65 | 122.55 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 121 | 0.96 | 0 | 0.38 | 0.24 | 156.26 | 0.92 | 0.4 |
| Hex | 8 | C3 | 79 | 60 | 0 | 26 | 18 | 9C | 5C | 28 |
| Octal | 10 | 303 | 171 | 140 | 0 | 46 | 30 | 234 | 134 | 50 |
| Binary | 1000 | 11000011 | 1111001 | 1100000 | 0 | 100110 | 11000 | 10011100 | 1011100 | 101000 |
Color Harmonies of #08C379
Complementary color
Monochromatic Colors of #08C379
Black with #08C379
Text Example
Text Example
White with #08C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C379; }
p { color: rgb(8,195,121); }
H1.HeaderClassName
{
color: #08C379;
}
.AnyTagClassName
{
color: #08C379;
}
</style>
background-color css
<style>
a { background-color: #08C379; }
a { background-color: rgb(8,195,121); }
div.DivClassName
{
background-color: #08C379;
}
.BgClassName
{
background-color: #08C379;
}
</style>
border-color css
<style>
span { border-color: #08C379; }
span { border-color: rgb(8,195,121); }
td.TdClassName
{
border-color: #08C379;
}
.TagClassName
{
border-color: #08C379;
}
</style>