Shades of Chinook #8DD69E
Tints of Chinook #8DD69E
RGB
CMYK
RGB Variations
Color information
#8DD69E (or 0x8DD69E) is known color: Chinook. HEX triplet: 8D, D6 and 9E. RGB value is (141,214,158). Sum of RGB (Red+Green+Blue) = 141+214+158=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD69E is #722961. Grayscale: #B9B9B9. Windows color (decimal): -7481698 or 10409613. OLE color: 10409613.
HSL color Cylindrical-coordinate representation of color #8DD69E: hue angle of 133.97º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD69E is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 158 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.16 |
| HSL | 133.97º | 0.47% | 0.7% | - |
| HSV(B) | 133.97º | 0.34% | 0.84% | - |
| XYZ | 41.2 | 56.22 | 41.03 | - |
| YUV | 185.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 158 | 0.34 | 0 | 0.26 | 0.16 | 133.97 | 0.47 | 0.7 |
| Hex | 8D | D6 | 9E | 22 | 0 | 1A | 10 | 86 | 2F | 46 |
| Octal | 215 | 326 | 236 | 42 | 0 | 32 | 20 | 206 | 57 | 106 |
| Binary | 10001101 | 11010110 | 10011110 | 100010 | 0 | 11010 | 10000 | 10000110 | 101111 | 1000110 |
Color Harmonies of #8DD69E
Complementary color
Monochromatic Colors of #8DD69E
Black with #8DD69E
Text Example
Text Example
White with #8DD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD69E; }
p { color: rgb(141,214,158); }
H1.HeaderClassName
{
color: #8DD69E;
}
.AnyTagClassName
{
color: #8DD69E;
}
</style>
background-color css
<style>
a { background-color: #8DD69E; }
a { background-color: rgb(141,214,158); }
div.DivClassName
{
background-color: #8DD69E;
}
.BgClassName
{
background-color: #8DD69E;
}
</style>
border-color css
<style>
span { border-color: #8DD69E; }
span { border-color: rgb(141,214,158); }
td.TdClassName
{
border-color: #8DD69E;
}
.TagClassName
{
border-color: #8DD69E;
}
</style>