Shades of Chinook #8EDC9D
Tints of Chinook #8EDC9D
RGB
CMYK
RGB Variations
Color information
#8EDC9D (or 0x8EDC9D) is known color: Chinook. HEX triplet: 8E, DC and 9D. RGB value is (142,220,157). Sum of RGB (Red+Green+Blue) = 142+220+157=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC9D is #712362. Grayscale: #BDBDBD. Windows color (decimal): -7414627 or 10345614. OLE color: 10345614.
HSL color Cylindrical-coordinate representation of color #8EDC9D: hue angle of 131.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDC9D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 157 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.14 |
| HSL | 131.54º | 0.53% | 0.71% | - |
| HSV(B) | 131.54º | 0.35% | 0.86% | - |
| XYZ | 42.83 | 59.37 | 41.1 | - |
| YUV | 189.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 157 | 0.35 | 0 | 0.29 | 0.14 | 131.54 | 0.53 | 0.71 |
| Hex | 8E | DC | 9D | 23 | 0 | 1D | E | 84 | 35 | 47 |
| Octal | 216 | 334 | 235 | 43 | 0 | 35 | 16 | 204 | 65 | 107 |
| Binary | 10001110 | 11011100 | 10011101 | 100011 | 0 | 11101 | 1110 | 10000100 | 110101 | 1000111 |
Color Harmonies of #8EDC9D
Complementary color
Monochromatic Colors of #8EDC9D
Black with #8EDC9D
Text Example
Text Example
White with #8EDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC9D; }
p { color: rgb(142,220,157); }
H1.HeaderClassName
{
color: #8EDC9D;
}
.AnyTagClassName
{
color: #8EDC9D;
}
</style>
background-color css
<style>
a { background-color: #8EDC9D; }
a { background-color: rgb(142,220,157); }
div.DivClassName
{
background-color: #8EDC9D;
}
.BgClassName
{
background-color: #8EDC9D;
}
</style>
border-color css
<style>
span { border-color: #8EDC9D; }
span { border-color: rgb(142,220,157); }
td.TdClassName
{
border-color: #8EDC9D;
}
.TagClassName
{
border-color: #8EDC9D;
}
</style>