Shades of Chinook #8DCE9C
Tints of Chinook #8DCE9C
RGB
CMYK
RGB Variations
Color information
#8DCE9C (or 0x8DCE9C) is known color: Chinook. HEX triplet: 8D, CE and 9C. RGB value is (141,206,156). Sum of RGB (Red+Green+Blue) = 141+206+156=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE9C is #723163. Grayscale: #B4B4B4. Windows color (decimal): -7483748 or 10276493. OLE color: 10276493.
HSL color Cylindrical-coordinate representation of color #8DCE9C: hue angle of 133.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE9C is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 156 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.19 |
| HSL | 133.85º | 0.4% | 0.68% | - |
| HSV(B) | 133.85º | 0.32% | 0.81% | - |
| XYZ | 39.06 | 52.21 | 39.47 | - |
| YUV | 180.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 156 | 0.32 | 0 | 0.24 | 0.19 | 133.85 | 0.4 | 0.68 |
| Hex | 8D | CE | 9C | 20 | 0 | 18 | 13 | 86 | 28 | 44 |
| Octal | 215 | 316 | 234 | 40 | 0 | 30 | 23 | 206 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10011100 | 100000 | 0 | 11000 | 10011 | 10000110 | 101000 | 1000100 |
Color Harmonies of #8DCE9C
Complementary color
Monochromatic Colors of #8DCE9C
Black with #8DCE9C
Text Example
Text Example
White with #8DCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE9C; }
p { color: rgb(141,206,156); }
H1.HeaderClassName
{
color: #8DCE9C;
}
.AnyTagClassName
{
color: #8DCE9C;
}
</style>
background-color css
<style>
a { background-color: #8DCE9C; }
a { background-color: rgb(141,206,156); }
div.DivClassName
{
background-color: #8DCE9C;
}
.BgClassName
{
background-color: #8DCE9C;
}
</style>
border-color css
<style>
span { border-color: #8DCE9C; }
span { border-color: rgb(141,206,156); }
td.TdClassName
{
border-color: #8DCE9C;
}
.TagClassName
{
border-color: #8DCE9C;
}
</style>