Shades of Summer Green #8DAE98
Tints of Summer Green #8DAE98
RGB
CMYK
RGB Variations
Color information
#8DAE98 (or 0x8DAE98) is known color: Summer Green. HEX triplet: 8D, AE and 98. RGB value is (141,174,152). Sum of RGB (Red+Green+Blue) = 141+174+152=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE98 is #725167. Grayscale: #A1A1A1. Windows color (decimal): -7491944 or 10006157. OLE color: 10006157.
HSL color Cylindrical-coordinate representation of color #8DAE98: hue angle of 140º 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 #8DAE98 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 152 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.32 |
| HSL | 140º | 0.17% | 0.62% | - |
| HSV(B) | 140º | 0.19% | 0.68% | - |
| XYZ | 31.79 | 38.2 | 35.4 | - |
| YUV | 161.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 152 | 0.19 | 0 | 0.13 | 0.32 | 140 | 0.17 | 0.62 |
| Hex | 8D | AE | 98 | 13 | 0 | D | 20 | 8C | 11 | 3E |
| Octal | 215 | 256 | 230 | 23 | 0 | 15 | 40 | 214 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10011000 | 10011 | 0 | 1101 | 100000 | 10001100 | 10001 | 111110 |
Color Harmonies of #8DAE98
Complementary color
Monochromatic Colors of #8DAE98
Black with #8DAE98
Text Example
Text Example
White with #8DAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE98; }
p { color: rgb(141,174,152); }
H1.HeaderClassName
{
color: #8DAE98;
}
.AnyTagClassName
{
color: #8DAE98;
}
</style>
background-color css
<style>
a { background-color: #8DAE98; }
a { background-color: rgb(141,174,152); }
div.DivClassName
{
background-color: #8DAE98;
}
.BgClassName
{
background-color: #8DAE98;
}
</style>
border-color css
<style>
span { border-color: #8DAE98; }
span { border-color: rgb(141,174,152); }
td.TdClassName
{
border-color: #8DAE98;
}
.TagClassName
{
border-color: #8DAE98;
}
</style>