Shades of Mountain Meadow #08C27C
Tints of Mountain Meadow #08C27C
RGB
CMYK
RGB Variations
Color information
#08C27C (or 0x08C27C) is known color: Mountain Meadow. HEX triplet: 08, C2 and 7C. RGB value is (8,194,124). Sum of RGB (Red+Green+Blue) = 8+194+124=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #08C27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C27C is #F73D83. Grayscale: #828282. Windows color (decimal): -16203140 or 8176136. OLE color: 8176136.
HSL color Cylindrical-coordinate representation of color #08C27C: hue angle of 157.42º 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 #08C27C is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 124 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.24 |
| HSL | 157.42º | 0.92% | 0.4% | - |
| HSV(B) | 157.42º | 0.96% | 0.76% | - |
| XYZ | 23.03 | 40.09 | 25.59 | - |
| YUV | 130.41 | 124.38 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 124 | 0.96 | 0 | 0.36 | 0.24 | 157.42 | 0.92 | 0.4 |
| Hex | 8 | C2 | 7C | 60 | 0 | 24 | 18 | 9D | 5C | 28 |
| Octal | 10 | 302 | 174 | 140 | 0 | 44 | 30 | 235 | 134 | 50 |
| Binary | 1000 | 11000010 | 1111100 | 1100000 | 0 | 100100 | 11000 | 10011101 | 1011100 | 101000 |
Color Harmonies of #08C27C
Complementary color
Monochromatic Colors of #08C27C
Black with #08C27C
Text Example
Text Example
White with #08C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C27C; }
p { color: rgb(8,194,124); }
H1.HeaderClassName
{
color: #08C27C;
}
.AnyTagClassName
{
color: #08C27C;
}
</style>
background-color css
<style>
a { background-color: #08C27C; }
a { background-color: rgb(8,194,124); }
div.DivClassName
{
background-color: #08C27C;
}
.BgClassName
{
background-color: #08C27C;
}
</style>
border-color css
<style>
span { border-color: #08C27C; }
span { border-color: rgb(8,194,124); }
td.TdClassName
{
border-color: #08C27C;
}
.TagClassName
{
border-color: #08C27C;
}
</style>