Shades of Chinook #8EDE9E
Tints of Chinook #8EDE9E
RGB
CMYK
RGB Variations
Color information
#8EDE9E (or 0x8EDE9E) is known color: Chinook. HEX triplet: 8E, DE and 9E. RGB value is (142,222,158). Sum of RGB (Red+Green+Blue) = 142+222+158=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDE9E is #712161. Grayscale: #BEBEBE. Windows color (decimal): -7414114 or 10411662. OLE color: 10411662.
HSL color Cylindrical-coordinate representation of color #8EDE9E: hue angle of 132º degrees, saturation: 0.55, 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 #8EDE9E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 158 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.13 |
| HSL | 132º | 0.55% | 0.71% | - |
| HSV(B) | 132º | 0.36% | 0.87% | - |
| XYZ | 43.45 | 60.46 | 41.73 | - |
| YUV | 190.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 158 | 0.36 | 0 | 0.29 | 0.13 | 132 | 0.55 | 0.71 |
| Hex | 8E | DE | 9E | 24 | 0 | 1D | D | 84 | 37 | 47 |
| Octal | 216 | 336 | 236 | 44 | 0 | 35 | 15 | 204 | 67 | 107 |
| Binary | 10001110 | 11011110 | 10011110 | 100100 | 0 | 11101 | 1101 | 10000100 | 110111 | 1000111 |
Color Harmonies of #8EDE9E
Complementary color
Monochromatic Colors of #8EDE9E
Black with #8EDE9E
Text Example
Text Example
White with #8EDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE9E; }
p { color: rgb(142,222,158); }
H1.HeaderClassName
{
color: #8EDE9E;
}
.AnyTagClassName
{
color: #8EDE9E;
}
</style>
background-color css
<style>
a { background-color: #8EDE9E; }
a { background-color: rgb(142,222,158); }
div.DivClassName
{
background-color: #8EDE9E;
}
.BgClassName
{
background-color: #8EDE9E;
}
</style>
border-color css
<style>
span { border-color: #8EDE9E; }
span { border-color: rgb(142,222,158); }
td.TdClassName
{
border-color: #8EDE9E;
}
.TagClassName
{
border-color: #8EDE9E;
}
</style>