Shades of Chinook #8CCD9D
Tints of Chinook #8CCD9D
RGB
CMYK
RGB Variations
Color information
#8CCD9D (or 0x8CCD9D) is known color: Chinook. HEX triplet: 8C, CD and 9D. RGB value is (140,205,157). Sum of RGB (Red+Green+Blue) = 140+205+157=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD9D is #733262. Grayscale: #B4B4B4. Windows color (decimal): -7549539 or 10341772. OLE color: 10341772.
HSL color Cylindrical-coordinate representation of color #8CCD9D: hue angle of 135.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD9D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 157 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.20 |
| HSL | 135.69º | 0.39% | 0.68% | - |
| HSV(B) | 135.69º | 0.32% | 0.8% | - |
| XYZ | 38.73 | 51.67 | 39.83 | - |
| YUV | 180.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 157 | 0.32 | 0 | 0.23 | 0.20 | 135.69 | 0.39 | 0.68 |
| Hex | 8C | CD | 9D | 20 | 0 | 17 | 14 | 88 | 27 | 44 |
| Octal | 214 | 315 | 235 | 40 | 0 | 27 | 24 | 210 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10011101 | 100000 | 0 | 10111 | 10100 | 10001000 | 100111 | 1000100 |
Color Harmonies of #8CCD9D
Complementary color
Monochromatic Colors of #8CCD9D
Black with #8CCD9D
Text Example
Text Example
White with #8CCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD9D; }
p { color: rgb(140,205,157); }
H1.HeaderClassName
{
color: #8CCD9D;
}
.AnyTagClassName
{
color: #8CCD9D;
}
</style>
background-color css
<style>
a { background-color: #8CCD9D; }
a { background-color: rgb(140,205,157); }
div.DivClassName
{
background-color: #8CCD9D;
}
.BgClassName
{
background-color: #8CCD9D;
}
</style>
border-color css
<style>
span { border-color: #8CCD9D; }
span { border-color: rgb(140,205,157); }
td.TdClassName
{
border-color: #8CCD9D;
}
.TagClassName
{
border-color: #8CCD9D;
}
</style>