Shades of Summer Green #8DAA98
Tints of Summer Green #8DAA98
RGB
CMYK
RGB Variations
Color information
#8DAA98 (or 0x8DAA98) is known color: Summer Green. HEX triplet: 8D, AA and 98. RGB value is (141,170,152). Sum of RGB (Red+Green+Blue) = 141+170+152=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA98 is #725567. Grayscale: #9F9F9F. Windows color (decimal): -7492968 or 10005133. OLE color: 10005133.
HSL color Cylindrical-coordinate representation of color #8DAA98: hue angle of 142.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA98 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 152 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.33 |
| HSL | 142.76º | 0.15% | 0.61% | - |
| HSV(B) | 142.76º | 0.17% | 0.67% | - |
| XYZ | 31.03 | 36.68 | 35.15 | - |
| YUV | 159.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 152 | 0.17 | 0 | 0.11 | 0.33 | 142.76 | 0.15 | 0.61 |
| Hex | 8D | AA | 98 | 11 | 0 | B | 21 | 8F | F | 3D |
| Octal | 215 | 252 | 230 | 21 | 0 | 13 | 41 | 217 | 17 | 75 |
| Binary | 10001101 | 10101010 | 10011000 | 10001 | 0 | 1011 | 100001 | 10001111 | 1111 | 111101 |
Color Harmonies of #8DAA98
Complementary color
Monochromatic Colors of #8DAA98
Black with #8DAA98
Text Example
Text Example
White with #8DAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA98; }
p { color: rgb(141,170,152); }
H1.HeaderClassName
{
color: #8DAA98;
}
.AnyTagClassName
{
color: #8DAA98;
}
</style>
background-color css
<style>
a { background-color: #8DAA98; }
a { background-color: rgb(141,170,152); }
div.DivClassName
{
background-color: #8DAA98;
}
.BgClassName
{
background-color: #8DAA98;
}
</style>
border-color css
<style>
span { border-color: #8DAA98; }
span { border-color: rgb(141,170,152); }
td.TdClassName
{
border-color: #8DAA98;
}
.TagClassName
{
border-color: #8DAA98;
}
</style>