Shades of Mountain Meadow #08C77A
Tints of Mountain Meadow #08C77A
RGB
CMYK
RGB Variations
Color information
#08C77A (or 0x08C77A) is known color: Mountain Meadow. HEX triplet: 08, C7 and 7A. RGB value is (8,199,122). Sum of RGB (Red+Green+Blue) = 8+199+122=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #08C77A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C77A is #F73885. Grayscale: #858585. Windows color (decimal): -16201862 or 8046344. OLE color: 8046344.
HSL color Cylindrical-coordinate representation of color #08C77A: hue angle of 155.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C77A is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 122 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.22 |
| HSL | 155.81º | 0.92% | 0.41% | - |
| HSV(B) | 155.81º | 0.96% | 0.78% | - |
| XYZ | 24.04 | 42.3 | 25.31 | - |
| YUV | 133.11 | 121.72 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 122 | 0.96 | 0 | 0.39 | 0.22 | 155.81 | 0.92 | 0.41 |
| Hex | 8 | C7 | 7A | 60 | 0 | 27 | 16 | 9C | 5C | 29 |
| Octal | 10 | 307 | 172 | 140 | 0 | 47 | 26 | 234 | 134 | 51 |
| Binary | 1000 | 11000111 | 1111010 | 1100000 | 0 | 100111 | 10110 | 10011100 | 1011100 | 101001 |
Color Harmonies of #08C77A
Complementary color
Monochromatic Colors of #08C77A
Black with #08C77A
Text Example
Text Example
White with #08C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C77A; }
p { color: rgb(8,199,122); }
H1.HeaderClassName
{
color: #08C77A;
}
.AnyTagClassName
{
color: #08C77A;
}
</style>
background-color css
<style>
a { background-color: #08C77A; }
a { background-color: rgb(8,199,122); }
div.DivClassName
{
background-color: #08C77A;
}
.BgClassName
{
background-color: #08C77A;
}
</style>
border-color css
<style>
span { border-color: #08C77A; }
span { border-color: rgb(8,199,122); }
td.TdClassName
{
border-color: #08C77A;
}
.TagClassName
{
border-color: #08C77A;
}
</style>