Shades of Chinook #8EDDA1
Tints of Chinook #8EDDA1
RGB
CMYK
RGB Variations
Color information
#8EDDA1 (or 0x8EDDA1) is known color: Chinook. HEX triplet: 8E, DD and A1. RGB value is (142,221,161). Sum of RGB (Red+Green+Blue) = 142+221+161=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA1 is #71225E. Grayscale: #BEBEBE. Windows color (decimal): -7414367 or 10608014. OLE color: 10608014.
HSL color Cylindrical-coordinate representation of color #8EDDA1: hue angle of 134.43º 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 #8EDDA1 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 161 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.13 |
| HSL | 134.43º | 0.54% | 0.71% | - |
| HSV(B) | 134.43º | 0.36% | 0.87% | - |
| XYZ | 43.44 | 60.04 | 43.02 | - |
| YUV | 190.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 161 | 0.36 | 0 | 0.27 | 0.13 | 134.43 | 0.54 | 0.71 |
| Hex | 8E | DD | A1 | 24 | 0 | 1B | D | 86 | 36 | 47 |
| Octal | 216 | 335 | 241 | 44 | 0 | 33 | 15 | 206 | 66 | 107 |
| Binary | 10001110 | 11011101 | 10100001 | 100100 | 0 | 11011 | 1101 | 10000110 | 110110 | 1000111 |
Color Harmonies of #8EDDA1
Complementary color
Monochromatic Colors of #8EDDA1
Black with #8EDDA1
Text Example
Text Example
White with #8EDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDA1; }
p { color: rgb(142,221,161); }
H1.HeaderClassName
{
color: #8EDDA1;
}
.AnyTagClassName
{
color: #8EDDA1;
}
</style>
background-color css
<style>
a { background-color: #8EDDA1; }
a { background-color: rgb(142,221,161); }
div.DivClassName
{
background-color: #8EDDA1;
}
.BgClassName
{
background-color: #8EDDA1;
}
</style>
border-color css
<style>
span { border-color: #8EDDA1; }
span { border-color: rgb(142,221,161); }
td.TdClassName
{
border-color: #8EDDA1;
}
.TagClassName
{
border-color: #8EDDA1;
}
</style>