Shades of Mountain Meadow #08C97A
Tints of Mountain Meadow #08C97A
RGB
CMYK
RGB Variations
Color information
#08C97A (or 0x08C97A) is known color: Mountain Meadow. HEX triplet: 08, C9 and 7A. RGB value is (8,201,122). Sum of RGB (Red+Green+Blue) = 8+201+122=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #08C97A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C97A is #F73685. Grayscale: #868686. Windows color (decimal): -16201350 or 8046856. OLE color: 8046856.
HSL color Cylindrical-coordinate representation of color #08C97A: hue angle of 155.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C97A is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 122 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.21 |
| HSL | 155.44º | 0.92% | 0.41% | - |
| HSV(B) | 155.44º | 0.96% | 0.79% | - |
| XYZ | 24.5 | 43.23 | 25.47 | - |
| YUV | 134.29 | 121.06 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 122 | 0.96 | 0 | 0.39 | 0.21 | 155.44 | 0.92 | 0.41 |
| Hex | 8 | C9 | 7A | 60 | 0 | 27 | 15 | 9B | 5C | 29 |
| Octal | 10 | 311 | 172 | 140 | 0 | 47 | 25 | 233 | 134 | 51 |
| Binary | 1000 | 11001001 | 1111010 | 1100000 | 0 | 100111 | 10101 | 10011011 | 1011100 | 101001 |
Color Harmonies of #08C97A
Complementary color
Monochromatic Colors of #08C97A
Black with #08C97A
Text Example
Text Example
White with #08C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C97A; }
p { color: rgb(8,201,122); }
H1.HeaderClassName
{
color: #08C97A;
}
.AnyTagClassName
{
color: #08C97A;
}
</style>
background-color css
<style>
a { background-color: #08C97A; }
a { background-color: rgb(8,201,122); }
div.DivClassName
{
background-color: #08C97A;
}
.BgClassName
{
background-color: #08C97A;
}
</style>
border-color css
<style>
span { border-color: #08C97A; }
span { border-color: rgb(8,201,122); }
td.TdClassName
{
border-color: #08C97A;
}
.TagClassName
{
border-color: #08C97A;
}
</style>