Shades of Mountain Meadow #08C47C
Tints of Mountain Meadow #08C47C
RGB
CMYK
RGB Variations
Color information
#08C47C (or 0x08C47C) is known color: Mountain Meadow. HEX triplet: 08, C4 and 7C. RGB value is (8,196,124). Sum of RGB (Red+Green+Blue) = 8+196+124=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #08C47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C47C is #F73B83. Grayscale: #838383. Windows color (decimal): -16202628 or 8176648. OLE color: 8176648.
HSL color Cylindrical-coordinate representation of color #08C47C: hue angle of 157.02º 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 #08C47C is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 124 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.23 |
| HSL | 157.02º | 0.92% | 0.4% | - |
| HSV(B) | 157.02º | 0.96% | 0.77% | - |
| XYZ | 23.48 | 40.99 | 25.74 | - |
| YUV | 131.58 | 123.72 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 124 | 0.96 | 0 | 0.37 | 0.23 | 157.02 | 0.92 | 0.4 |
| Hex | 8 | C4 | 7C | 60 | 0 | 25 | 17 | 9D | 5C | 28 |
| Octal | 10 | 304 | 174 | 140 | 0 | 45 | 27 | 235 | 134 | 50 |
| Binary | 1000 | 11000100 | 1111100 | 1100000 | 0 | 100101 | 10111 | 10011101 | 1011100 | 101000 |
Color Harmonies of #08C47C
Complementary color
Monochromatic Colors of #08C47C
Black with #08C47C
Text Example
Text Example
White with #08C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C47C; }
p { color: rgb(8,196,124); }
H1.HeaderClassName
{
color: #08C47C;
}
.AnyTagClassName
{
color: #08C47C;
}
</style>
background-color css
<style>
a { background-color: #08C47C; }
a { background-color: rgb(8,196,124); }
div.DivClassName
{
background-color: #08C47C;
}
.BgClassName
{
background-color: #08C47C;
}
</style>
border-color css
<style>
span { border-color: #08C47C; }
span { border-color: rgb(8,196,124); }
td.TdClassName
{
border-color: #08C47C;
}
.TagClassName
{
border-color: #08C47C;
}
</style>