Shades of Summer Green #8EAE96
Tints of Summer Green #8EAE96
RGB
CMYK
RGB Variations
Color information
#8EAE96 (or 0x8EAE96) is known color: Summer Green. HEX triplet: 8E, AE and 96. RGB value is (142,174,150). Sum of RGB (Red+Green+Blue) = 142+174+150=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE96 is #715169. Grayscale: #A1A1A1. Windows color (decimal): -7426410 or 9875086. OLE color: 9875086.
HSL color Cylindrical-coordinate representation of color #8EAE96: hue angle of 135º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAE96 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 150 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.32 |
| HSL | 135º | 0.16% | 0.62% | - |
| HSV(B) | 135º | 0.18% | 0.68% | - |
| XYZ | 31.8 | 38.22 | 34.56 | - |
| YUV | 161.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 150 | 0.18 | 0 | 0.14 | 0.32 | 135 | 0.16 | 0.62 |
| Hex | 8E | AE | 96 | 12 | 0 | E | 20 | 87 | 10 | 3E |
| Octal | 216 | 256 | 226 | 22 | 0 | 16 | 40 | 207 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10010110 | 10010 | 0 | 1110 | 100000 | 10000111 | 10000 | 111110 |
Color Harmonies of #8EAE96
Complementary color
Monochromatic Colors of #8EAE96
Black with #8EAE96
Text Example
Text Example
White with #8EAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE96; }
p { color: rgb(142,174,150); }
H1.HeaderClassName
{
color: #8EAE96;
}
.AnyTagClassName
{
color: #8EAE96;
}
</style>
background-color css
<style>
a { background-color: #8EAE96; }
a { background-color: rgb(142,174,150); }
div.DivClassName
{
background-color: #8EAE96;
}
.BgClassName
{
background-color: #8EAE96;
}
</style>
border-color css
<style>
span { border-color: #8EAE96; }
span { border-color: rgb(142,174,150); }
td.TdClassName
{
border-color: #8EAE96;
}
.TagClassName
{
border-color: #8EAE96;
}
</style>