Shades of Chinook #8DE29E
Tints of Chinook #8DE29E
RGB
CMYK
RGB Variations
Color information
#8DE29E (or 0x8DE29E) is known color: Chinook. HEX triplet: 8D, E2 and 9E. RGB value is (141,226,158). Sum of RGB (Red+Green+Blue) = 141+226+158=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #8DE29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE29E is #721D61. Grayscale: #C1C1C1. Windows color (decimal): -7478626 or 10412685. OLE color: 10412685.
HSL color Cylindrical-coordinate representation of color #8DE29E: hue angle of 132º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE29E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 226 | 158 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.11 |
| HSL | 132º | 0.59% | 0.72% | - |
| HSV(B) | 132º | 0.38% | 0.89% | - |
| XYZ | 44.35 | 62.52 | 42.08 | - |
| YUV | 192.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 226 | 158 | 0.38 | 0 | 0.30 | 0.11 | 132 | 0.59 | 0.72 |
| Hex | 8D | E2 | 9E | 26 | 0 | 1E | B | 84 | 3B | 48 |
| Octal | 215 | 342 | 236 | 46 | 0 | 36 | 13 | 204 | 73 | 110 |
| Binary | 10001101 | 11100010 | 10011110 | 100110 | 0 | 11110 | 1011 | 10000100 | 111011 | 1001000 |
Color Harmonies of #8DE29E
Complementary color
Monochromatic Colors of #8DE29E
Black with #8DE29E
Text Example
Text Example
White with #8DE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE29E; }
p { color: rgb(141,226,158); }
H1.HeaderClassName
{
color: #8DE29E;
}
.AnyTagClassName
{
color: #8DE29E;
}
</style>
background-color css
<style>
a { background-color: #8DE29E; }
a { background-color: rgb(141,226,158); }
div.DivClassName
{
background-color: #8DE29E;
}
.BgClassName
{
background-color: #8DE29E;
}
</style>
border-color css
<style>
span { border-color: #8DE29E; }
span { border-color: rgb(141,226,158); }
td.TdClassName
{
border-color: #8DE29E;
}
.TagClassName
{
border-color: #8DE29E;
}
</style>