Shades of Chinook #8DCD9D
Tints of Chinook #8DCD9D
RGB
CMYK
RGB Variations
Color information
#8DCD9D (or 0x8DCD9D) is known color: Chinook. HEX triplet: 8D, CD and 9D. RGB value is (141,205,157). Sum of RGB (Red+Green+Blue) = 141+205+157=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD9D is #723262. Grayscale: #B4B4B4. Windows color (decimal): -7484003 or 10341773. OLE color: 10341773.
HSL color Cylindrical-coordinate representation of color #8DCD9D: hue angle of 135º degrees, saturation: 0.39, 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 #8DCD9D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 157 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.20 |
| HSL | 135º | 0.39% | 0.68% | - |
| HSV(B) | 135º | 0.31% | 0.8% | - |
| XYZ | 38.9 | 51.76 | 39.84 | - |
| YUV | 180.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 157 | 0.31 | 0 | 0.23 | 0.20 | 135 | 0.39 | 0.68 |
| Hex | 8D | CD | 9D | 1F | 0 | 17 | 14 | 87 | 27 | 44 |
| Octal | 215 | 315 | 235 | 37 | 0 | 27 | 24 | 207 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10011101 | 11111 | 0 | 10111 | 10100 | 10000111 | 100111 | 1000100 |
Color Harmonies of #8DCD9D
Complementary color
Monochromatic Colors of #8DCD9D
Black with #8DCD9D
Text Example
Text Example
White with #8DCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD9D; }
p { color: rgb(141,205,157); }
H1.HeaderClassName
{
color: #8DCD9D;
}
.AnyTagClassName
{
color: #8DCD9D;
}
</style>
background-color css
<style>
a { background-color: #8DCD9D; }
a { background-color: rgb(141,205,157); }
div.DivClassName
{
background-color: #8DCD9D;
}
.BgClassName
{
background-color: #8DCD9D;
}
</style>
border-color css
<style>
span { border-color: #8DCD9D; }
span { border-color: rgb(141,205,157); }
td.TdClassName
{
border-color: #8DCD9D;
}
.TagClassName
{
border-color: #8DCD9D;
}
</style>