Shades of Chinook #8DCC9A
Tints of Chinook #8DCC9A
RGB
CMYK
RGB Variations
Color information
#8DCC9A (or 0x8DCC9A) is known color: Chinook. HEX triplet: 8D, CC and 9A. RGB value is (141,204,154). Sum of RGB (Red+Green+Blue) = 141+204+154=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC9A is #723365. Grayscale: #B3B3B3. Windows color (decimal): -7484262 or 10144909. OLE color: 10144909.
HSL color Cylindrical-coordinate representation of color #8DCC9A: hue angle of 132.38º 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 #8DCC9A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 154 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.2 |
| HSL | 132.38º | 0.38% | 0.68% | - |
| HSV(B) | 132.38º | 0.31% | 0.8% | - |
| XYZ | 38.41 | 51.18 | 38.43 | - |
| YUV | 179.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 154 | 0.31 | 0 | 0.25 | 0.2 | 132.38 | 0.38 | 0.68 |
| Hex | 8D | CC | 9A | 1F | 0 | 19 | 14 | 84 | 26 | 44 |
| Octal | 215 | 314 | 232 | 37 | 0 | 31 | 24 | 204 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10011010 | 11111 | 0 | 11001 | 10100 | 10000100 | 100110 | 1000100 |
Color Harmonies of #8DCC9A
Complementary color
Monochromatic Colors of #8DCC9A
Black with #8DCC9A
Text Example
Text Example
White with #8DCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC9A; }
p { color: rgb(141,204,154); }
H1.HeaderClassName
{
color: #8DCC9A;
}
.AnyTagClassName
{
color: #8DCC9A;
}
</style>
background-color css
<style>
a { background-color: #8DCC9A; }
a { background-color: rgb(141,204,154); }
div.DivClassName
{
background-color: #8DCC9A;
}
.BgClassName
{
background-color: #8DCC9A;
}
</style>
border-color css
<style>
span { border-color: #8DCC9A; }
span { border-color: rgb(141,204,154); }
td.TdClassName
{
border-color: #8DCC9A;
}
.TagClassName
{
border-color: #8DCC9A;
}
</style>