Shades of Chinook #8DE1A6
Tints of Chinook #8DE1A6
RGB
CMYK
RGB Variations
Color information
#8DE1A6 (or 0x8DE1A6) is known color: Chinook. HEX triplet: 8D, E1 and A6. RGB value is (141,225,166). Sum of RGB (Red+Green+Blue) = 141+225+166=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE1A6 is #721E59. Grayscale: #C1C1C1. Windows color (decimal): -7478874 or 10936717. OLE color: 10936717.
HSL color Cylindrical-coordinate representation of color #8DE1A6: hue angle of 137.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1A6 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 166 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.12 |
| HSL | 137.86º | 0.58% | 0.72% | - |
| HSV(B) | 137.86º | 0.37% | 0.88% | - |
| XYZ | 44.79 | 62.27 | 45.73 | - |
| YUV | 193.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 166 | 0.37 | 0 | 0.26 | 0.12 | 137.86 | 0.58 | 0.72 |
| Hex | 8D | E1 | A6 | 25 | 0 | 1A | C | 8A | 3A | 48 |
| Octal | 215 | 341 | 246 | 45 | 0 | 32 | 14 | 212 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10100110 | 100101 | 0 | 11010 | 1100 | 10001010 | 111010 | 1001000 |
Color Harmonies of #8DE1A6
Complementary color
Monochromatic Colors of #8DE1A6
Black with #8DE1A6
Text Example
Text Example
White with #8DE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1A6; }
p { color: rgb(141,225,166); }
H1.HeaderClassName
{
color: #8DE1A6;
}
.AnyTagClassName
{
color: #8DE1A6;
}
</style>
background-color css
<style>
a { background-color: #8DE1A6; }
a { background-color: rgb(141,225,166); }
div.DivClassName
{
background-color: #8DE1A6;
}
.BgClassName
{
background-color: #8DE1A6;
}
</style>
border-color css
<style>
span { border-color: #8DE1A6; }
span { border-color: rgb(141,225,166); }
td.TdClassName
{
border-color: #8DE1A6;
}
.TagClassName
{
border-color: #8DE1A6;
}
</style>