Shades of Chinook #8DCF9C
Tints of Chinook #8DCF9C
RGB
CMYK
RGB Variations
Color information
#8DCF9C (or 0x8DCF9C) is known color: Chinook. HEX triplet: 8D, CF and 9C. RGB value is (141,207,156). Sum of RGB (Red+Green+Blue) = 141+207+156=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF9C is #723063. Grayscale: #B5B5B5. Windows color (decimal): -7483492 or 10276749. OLE color: 10276749.
HSL color Cylindrical-coordinate representation of color #8DCF9C: hue angle of 133.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCF9C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 156 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.19 |
| HSL | 133.64º | 0.41% | 0.68% | - |
| HSV(B) | 133.64º | 0.32% | 0.81% | - |
| XYZ | 39.3 | 52.69 | 39.55 | - |
| YUV | 181.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 156 | 0.32 | 0 | 0.25 | 0.19 | 133.64 | 0.41 | 0.68 |
| Hex | 8D | CF | 9C | 20 | 0 | 19 | 13 | 86 | 29 | 44 |
| Octal | 215 | 317 | 234 | 40 | 0 | 31 | 23 | 206 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10011100 | 100000 | 0 | 11001 | 10011 | 10000110 | 101001 | 1000100 |
Color Harmonies of #8DCF9C
Complementary color
Monochromatic Colors of #8DCF9C
Black with #8DCF9C
Text Example
Text Example
White with #8DCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF9C; }
p { color: rgb(141,207,156); }
H1.HeaderClassName
{
color: #8DCF9C;
}
.AnyTagClassName
{
color: #8DCF9C;
}
</style>
background-color css
<style>
a { background-color: #8DCF9C; }
a { background-color: rgb(141,207,156); }
div.DivClassName
{
background-color: #8DCF9C;
}
.BgClassName
{
background-color: #8DCF9C;
}
</style>
border-color css
<style>
span { border-color: #8DCF9C; }
span { border-color: rgb(141,207,156); }
td.TdClassName
{
border-color: #8DCF9C;
}
.TagClassName
{
border-color: #8DCF9C;
}
</style>