Shades of Mountain Meadow #08C087
Tints of Mountain Meadow #08C087
RGB
CMYK
RGB Variations
Color information
#08C087 (or 0x08C087) is known color: Mountain Meadow. HEX triplet: 08, C0 and 87. RGB value is (8,192,135). Sum of RGB (Red+Green+Blue) = 8+192+135=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #08C087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C087 is #F73F78. Grayscale: #828282. Windows color (decimal): -16203641 or 8896520. OLE color: 8896520.
HSL color Cylindrical-coordinate representation of color #08C087: hue angle of 161.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C087 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 135 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.25 |
| HSL | 161.41º | 0.92% | 0.39% | - |
| HSV(B) | 161.41º | 0.96% | 0.75% | - |
| XYZ | 23.32 | 39.5 | 29.32 | - |
| YUV | 130.49 | 130.54 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 135 | 0.96 | 0 | 0.30 | 0.25 | 161.41 | 0.92 | 0.39 |
| Hex | 8 | C0 | 87 | 60 | 0 | 1E | 19 | A1 | 5C | 27 |
| Octal | 10 | 300 | 207 | 140 | 0 | 36 | 31 | 241 | 134 | 47 |
| Binary | 1000 | 11000000 | 10000111 | 1100000 | 0 | 11110 | 11001 | 10100001 | 1011100 | 100111 |
Color Harmonies of #08C087
Complementary color
Monochromatic Colors of #08C087
Black with #08C087
Text Example
Text Example
White with #08C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C087; }
p { color: rgb(8,192,135); }
H1.HeaderClassName
{
color: #08C087;
}
.AnyTagClassName
{
color: #08C087;
}
</style>
background-color css
<style>
a { background-color: #08C087; }
a { background-color: rgb(8,192,135); }
div.DivClassName
{
background-color: #08C087;
}
.BgClassName
{
background-color: #08C087;
}
</style>
border-color css
<style>
span { border-color: #08C087; }
span { border-color: rgb(8,192,135); }
td.TdClassName
{
border-color: #08C087;
}
.TagClassName
{
border-color: #08C087;
}
</style>