Shades of Chinook #8EDD9E
Tints of Chinook #8EDD9E
RGB
CMYK
RGB Variations
Color information
#8EDD9E (or 0x8EDD9E) is known color: Chinook. HEX triplet: 8E, DD and 9E. RGB value is (142,221,158). Sum of RGB (Red+Green+Blue) = 142+221+158=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD9E is #712261. Grayscale: #BEBEBE. Windows color (decimal): -7414370 or 10411406. OLE color: 10411406.
HSL color Cylindrical-coordinate representation of color #8EDD9E: hue angle of 132.15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDD9E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 158 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.13 |
| HSL | 132.15º | 0.54% | 0.71% | - |
| HSV(B) | 132.15º | 0.36% | 0.87% | - |
| XYZ | 43.18 | 59.93 | 41.64 | - |
| YUV | 190.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 158 | 0.36 | 0 | 0.29 | 0.13 | 132.15 | 0.54 | 0.71 |
| Hex | 8E | DD | 9E | 24 | 0 | 1D | D | 84 | 36 | 47 |
| Octal | 216 | 335 | 236 | 44 | 0 | 35 | 15 | 204 | 66 | 107 |
| Binary | 10001110 | 11011101 | 10011110 | 100100 | 0 | 11101 | 1101 | 10000100 | 110110 | 1000111 |
Color Harmonies of #8EDD9E
Complementary color
Monochromatic Colors of #8EDD9E
Black with #8EDD9E
Text Example
Text Example
White with #8EDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD9E; }
p { color: rgb(142,221,158); }
H1.HeaderClassName
{
color: #8EDD9E;
}
.AnyTagClassName
{
color: #8EDD9E;
}
</style>
background-color css
<style>
a { background-color: #8EDD9E; }
a { background-color: rgb(142,221,158); }
div.DivClassName
{
background-color: #8EDD9E;
}
.BgClassName
{
background-color: #8EDD9E;
}
</style>
border-color css
<style>
span { border-color: #8EDD9E; }
span { border-color: rgb(142,221,158); }
td.TdClassName
{
border-color: #8EDD9E;
}
.TagClassName
{
border-color: #8EDD9E;
}
</style>