Shades of Summer Green #8DAE95
Tints of Summer Green #8DAE95
RGB
CMYK
RGB Variations
Color information
#8DAE95 (or 0x8DAE95) is known color: Summer Green. HEX triplet: 8D, AE and 95. RGB value is (141,174,149). Sum of RGB (Red+Green+Blue) = 141+174+149=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE95 is #72516A. Grayscale: #A1A1A1. Windows color (decimal): -7491947 or 9809549. OLE color: 9809549.
HSL color Cylindrical-coordinate representation of color #8DAE95: hue angle of 134.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAE95 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 149 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.32 |
| HSL | 134.55º | 0.17% | 0.62% | - |
| HSV(B) | 134.55º | 0.19% | 0.68% | - |
| XYZ | 31.55 | 38.1 | 34.13 | - |
| YUV | 161.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 149 | 0.19 | 0 | 0.14 | 0.32 | 134.55 | 0.17 | 0.62 |
| Hex | 8D | AE | 95 | 13 | 0 | E | 20 | 87 | 11 | 3E |
| Octal | 215 | 256 | 225 | 23 | 0 | 16 | 40 | 207 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10010101 | 10011 | 0 | 1110 | 100000 | 10000111 | 10001 | 111110 |
Color Harmonies of #8DAE95
Complementary color
Monochromatic Colors of #8DAE95
Black with #8DAE95
Text Example
Text Example
White with #8DAE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE95; }
p { color: rgb(141,174,149); }
H1.HeaderClassName
{
color: #8DAE95;
}
.AnyTagClassName
{
color: #8DAE95;
}
</style>
background-color css
<style>
a { background-color: #8DAE95; }
a { background-color: rgb(141,174,149); }
div.DivClassName
{
background-color: #8DAE95;
}
.BgClassName
{
background-color: #8DAE95;
}
</style>
border-color css
<style>
span { border-color: #8DAE95; }
span { border-color: rgb(141,174,149); }
td.TdClassName
{
border-color: #8DAE95;
}
.TagClassName
{
border-color: #8DAE95;
}
</style>