Shades of Chinook #8EDDA4
Tints of Chinook #8EDDA4
RGB
CMYK
RGB Variations
Color information
#8EDDA4 (or 0x8EDDA4) is known color: Chinook. HEX triplet: 8E, DD and A4. RGB value is (142,221,164). Sum of RGB (Red+Green+Blue) = 142+221+164=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA4 is #71225B. Grayscale: #BFBFBF. Windows color (decimal): -7414364 or 10804622. OLE color: 10804622.
HSL color Cylindrical-coordinate representation of color #8EDDA4: hue angle of 136.71º 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 #8EDDA4 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 164 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.13 |
| HSL | 136.71º | 0.54% | 0.71% | - |
| HSV(B) | 136.71º | 0.36% | 0.87% | - |
| XYZ | 43.71 | 60.14 | 44.43 | - |
| YUV | 190.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 164 | 0.36 | 0 | 0.26 | 0.13 | 136.71 | 0.54 | 0.71 |
| Hex | 8E | DD | A4 | 24 | 0 | 1A | D | 89 | 36 | 47 |
| Octal | 216 | 335 | 244 | 44 | 0 | 32 | 15 | 211 | 66 | 107 |
| Binary | 10001110 | 11011101 | 10100100 | 100100 | 0 | 11010 | 1101 | 10001001 | 110110 | 1000111 |
Color Harmonies of #8EDDA4
Complementary color
Monochromatic Colors of #8EDDA4
Black with #8EDDA4
Text Example
Text Example
White with #8EDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDA4; }
p { color: rgb(142,221,164); }
H1.HeaderClassName
{
color: #8EDDA4;
}
.AnyTagClassName
{
color: #8EDDA4;
}
</style>
background-color css
<style>
a { background-color: #8EDDA4; }
a { background-color: rgb(142,221,164); }
div.DivClassName
{
background-color: #8EDDA4;
}
.BgClassName
{
background-color: #8EDDA4;
}
</style>
border-color css
<style>
span { border-color: #8EDDA4; }
span { border-color: rgb(142,221,164); }
td.TdClassName
{
border-color: #8EDDA4;
}
.TagClassName
{
border-color: #8EDDA4;
}
</style>