Shades of Chinook #8DCC9D
Tints of Chinook #8DCC9D
RGB
CMYK
RGB Variations
Color information
#8DCC9D (or 0x8DCC9D) is known color: Chinook. HEX triplet: 8D, CC and 9D. RGB value is (141,204,157). Sum of RGB (Red+Green+Blue) = 141+204+157=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC9D is #723362. Grayscale: #B3B3B3. Windows color (decimal): -7484259 or 10341517. OLE color: 10341517.
HSL color Cylindrical-coordinate representation of color #8DCC9D: hue angle of 135.24º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCC9D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 157 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.2 |
| HSL | 135.24º | 0.38% | 0.68% | - |
| HSV(B) | 135.24º | 0.31% | 0.8% | - |
| XYZ | 38.66 | 51.28 | 39.76 | - |
| YUV | 179.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 157 | 0.31 | 0 | 0.23 | 0.2 | 135.24 | 0.38 | 0.68 |
| Hex | 8D | CC | 9D | 1F | 0 | 17 | 14 | 87 | 26 | 44 |
| Octal | 215 | 314 | 235 | 37 | 0 | 27 | 24 | 207 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10011101 | 11111 | 0 | 10111 | 10100 | 10000111 | 100110 | 1000100 |
Color Harmonies of #8DCC9D
Complementary color
Monochromatic Colors of #8DCC9D
Black with #8DCC9D
Text Example
Text Example
White with #8DCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC9D; }
p { color: rgb(141,204,157); }
H1.HeaderClassName
{
color: #8DCC9D;
}
.AnyTagClassName
{
color: #8DCC9D;
}
</style>
background-color css
<style>
a { background-color: #8DCC9D; }
a { background-color: rgb(141,204,157); }
div.DivClassName
{
background-color: #8DCC9D;
}
.BgClassName
{
background-color: #8DCC9D;
}
</style>
border-color css
<style>
span { border-color: #8DCC9D; }
span { border-color: rgb(141,204,157); }
td.TdClassName
{
border-color: #8DCC9D;
}
.TagClassName
{
border-color: #8DCC9D;
}
</style>