Shades of Chinook #8ECD9F
Tints of Chinook #8ECD9F
RGB
CMYK
RGB Variations
Color information
#8ECD9F (or 0x8ECD9F) is known color: Chinook. HEX triplet: 8E, CD and 9F. RGB value is (142,205,159). Sum of RGB (Red+Green+Blue) = 142+205+159=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD9F is #713260. Grayscale: #B5B5B5. Windows color (decimal): -7418465 or 10472846. OLE color: 10472846.
HSL color Cylindrical-coordinate representation of color #8ECD9F: hue angle of 136.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECD9F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 159 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.20 |
| HSL | 136.19º | 0.39% | 0.68% | - |
| HSV(B) | 136.19º | 0.31% | 0.8% | - |
| XYZ | 39.24 | 51.92 | 40.75 | - |
| YUV | 180.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 159 | 0.31 | 0 | 0.22 | 0.20 | 136.19 | 0.39 | 0.68 |
| Hex | 8E | CD | 9F | 1F | 0 | 16 | 14 | 88 | 27 | 44 |
| Octal | 216 | 315 | 237 | 37 | 0 | 26 | 24 | 210 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10011111 | 11111 | 0 | 10110 | 10100 | 10001000 | 100111 | 1000100 |
Color Harmonies of #8ECD9F
Complementary color
Monochromatic Colors of #8ECD9F
Black with #8ECD9F
Text Example
Text Example
White with #8ECD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD9F; }
p { color: rgb(142,205,159); }
H1.HeaderClassName
{
color: #8ECD9F;
}
.AnyTagClassName
{
color: #8ECD9F;
}
</style>
background-color css
<style>
a { background-color: #8ECD9F; }
a { background-color: rgb(142,205,159); }
div.DivClassName
{
background-color: #8ECD9F;
}
.BgClassName
{
background-color: #8ECD9F;
}
</style>
border-color css
<style>
span { border-color: #8ECD9F; }
span { border-color: rgb(142,205,159); }
td.TdClassName
{
border-color: #8ECD9F;
}
.TagClassName
{
border-color: #8ECD9F;
}
</style>