Shades of Chinook #8DE9A5
Tints of Chinook #8DE9A5
RGB
CMYK
RGB Variations
Color information
#8DE9A5 (or 0x8DE9A5) is known color: Chinook. HEX triplet: 8D, E9 and A5. RGB value is (141,233,165). Sum of RGB (Red+Green+Blue) = 141+233+165=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE9A5 is #72165A. Grayscale: #C5C5C5. Windows color (decimal): -7476827 or 10873229. OLE color: 10873229.
HSL color Cylindrical-coordinate representation of color #8DE9A5: hue angle of 135.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9A5 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 165 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.09 |
| HSL | 135.65º | 0.68% | 0.73% | - |
| HSV(B) | 135.65º | 0.39% | 0.91% | - |
| XYZ | 46.91 | 66.66 | 45.99 | - |
| YUV | 197.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 165 | 0.39 | 0 | 0.29 | 0.09 | 135.65 | 0.68 | 0.73 |
| Hex | 8D | E9 | A5 | 27 | 0 | 1D | 9 | 88 | 44 | 49 |
| Octal | 215 | 351 | 245 | 47 | 0 | 35 | 11 | 210 | 104 | 111 |
| Binary | 10001101 | 11101001 | 10100101 | 100111 | 0 | 11101 | 1001 | 10001000 | 1000100 | 1001001 |
Color Harmonies of #8DE9A5
Complementary color
Monochromatic Colors of #8DE9A5
Black with #8DE9A5
Text Example
Text Example
White with #8DE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9A5; }
p { color: rgb(141,233,165); }
H1.HeaderClassName
{
color: #8DE9A5;
}
.AnyTagClassName
{
color: #8DE9A5;
}
</style>
background-color css
<style>
a { background-color: #8DE9A5; }
a { background-color: rgb(141,233,165); }
div.DivClassName
{
background-color: #8DE9A5;
}
.BgClassName
{
background-color: #8DE9A5;
}
</style>
border-color css
<style>
span { border-color: #8DE9A5; }
span { border-color: rgb(141,233,165); }
td.TdClassName
{
border-color: #8DE9A5;
}
.TagClassName
{
border-color: #8DE9A5;
}
</style>