Shades of Chinook #8EE9A5
Tints of Chinook #8EE9A5
RGB
CMYK
RGB Variations
Color information
#8EE9A5 (or 0x8EE9A5) is known color: Chinook. HEX triplet: 8E, E9 and A5. RGB value is (142,233,165). Sum of RGB (Red+Green+Blue) = 142+233+165=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE9A5 is #71165A. Grayscale: #C6C6C6. Windows color (decimal): -7411291 or 10873230. OLE color: 10873230.
HSL color Cylindrical-coordinate representation of color #8EE9A5: hue angle of 135.16º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9A5 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 165 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.09 |
| HSL | 135.16º | 0.67% | 0.74% | - |
| HSV(B) | 135.16º | 0.39% | 0.91% | - |
| XYZ | 47.09 | 66.75 | 46 | - |
| YUV | 198.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 165 | 0.39 | 0 | 0.29 | 0.09 | 135.16 | 0.67 | 0.74 |
| Hex | 8E | E9 | A5 | 27 | 0 | 1D | 9 | 87 | 43 | 4A |
| Octal | 216 | 351 | 245 | 47 | 0 | 35 | 11 | 207 | 103 | 112 |
| Binary | 10001110 | 11101001 | 10100101 | 100111 | 0 | 11101 | 1001 | 10000111 | 1000011 | 1001010 |
Color Harmonies of #8EE9A5
Complementary color
Monochromatic Colors of #8EE9A5
Black with #8EE9A5
Text Example
Text Example
White with #8EE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE9A5; }
p { color: rgb(142,233,165); }
H1.HeaderClassName
{
color: #8EE9A5;
}
.AnyTagClassName
{
color: #8EE9A5;
}
</style>
background-color css
<style>
a { background-color: #8EE9A5; }
a { background-color: rgb(142,233,165); }
div.DivClassName
{
background-color: #8EE9A5;
}
.BgClassName
{
background-color: #8EE9A5;
}
</style>
border-color css
<style>
span { border-color: #8EE9A5; }
span { border-color: rgb(142,233,165); }
td.TdClassName
{
border-color: #8EE9A5;
}
.TagClassName
{
border-color: #8EE9A5;
}
</style>