Shades of Chinook #8CDD9C
Tints of Chinook #8CDD9C
RGB
CMYK
RGB Variations
Color information
#8CDD9C (or 0x8CDD9C) is known color: Chinook. HEX triplet: 8C, DD and 9C. RGB value is (140,221,156). Sum of RGB (Red+Green+Blue) = 140+221+156=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD9C is #732263. Grayscale: #BDBDBD. Windows color (decimal): -7545444 or 10280332. OLE color: 10280332.
HSL color Cylindrical-coordinate representation of color #8CDD9C: hue angle of 131.85º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDD9C is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 156 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.13 |
| HSL | 131.85º | 0.54% | 0.71% | - |
| HSV(B) | 131.85º | 0.37% | 0.87% | - |
| XYZ | 42.67 | 59.69 | 40.72 | - |
| YUV | 189.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 156 | 0.37 | 0 | 0.29 | 0.13 | 131.85 | 0.54 | 0.71 |
| Hex | 8C | DD | 9C | 25 | 0 | 1D | D | 84 | 36 | 47 |
| Octal | 214 | 335 | 234 | 45 | 0 | 35 | 15 | 204 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10011100 | 100101 | 0 | 11101 | 1101 | 10000100 | 110110 | 1000111 |
Color Harmonies of #8CDD9C
Complementary color
Monochromatic Colors of #8CDD9C
Black with #8CDD9C
Text Example
Text Example
White with #8CDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD9C; }
p { color: rgb(140,221,156); }
H1.HeaderClassName
{
color: #8CDD9C;
}
.AnyTagClassName
{
color: #8CDD9C;
}
</style>
background-color css
<style>
a { background-color: #8CDD9C; }
a { background-color: rgb(140,221,156); }
div.DivClassName
{
background-color: #8CDD9C;
}
.BgClassName
{
background-color: #8CDD9C;
}
</style>
border-color css
<style>
span { border-color: #8CDD9C; }
span { border-color: rgb(140,221,156); }
td.TdClassName
{
border-color: #8CDD9C;
}
.TagClassName
{
border-color: #8CDD9C;
}
</style>