Shades of Chinook #9CCDA0
Tints of Chinook #9CCDA0
RGB
CMYK
RGB Variations
Color information
#9CCDA0 (or 0x9CCDA0) is known color: Chinook. HEX triplet: 9C, CD and A0. RGB value is (156,205,160). Sum of RGB (Red+Green+Blue) = 156+205+160=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCDA0 is #63325F. Grayscale: #B9B9B9. Windows color (decimal): -6500960 or 10538396. OLE color: 10538396.
HSL color Cylindrical-coordinate representation of color #9CCDA0: hue angle of 124.9º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDA0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 160 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.20 |
| HSL | 124.9º | 0.33% | 0.71% | - |
| HSV(B) | 124.9º | 0.24% | 0.8% | - |
| XYZ | 41.89 | 53.27 | 41.33 | - |
| YUV | 185.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 160 | 0.24 | 0 | 0.22 | 0.20 | 124.9 | 0.33 | 0.71 |
| Hex | 9C | CD | A0 | 18 | 0 | 16 | 14 | 7D | 21 | 47 |
| Octal | 234 | 315 | 240 | 30 | 0 | 26 | 24 | 175 | 41 | 107 |
| Binary | 10011100 | 11001101 | 10100000 | 11000 | 0 | 10110 | 10100 | 1111101 | 100001 | 1000111 |
Color Harmonies of #9CCDA0
Complementary color
Monochromatic Colors of #9CCDA0
Black with #9CCDA0
Text Example
Text Example
White with #9CCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDA0; }
p { color: rgb(156,205,160); }
H1.HeaderClassName
{
color: #9CCDA0;
}
.AnyTagClassName
{
color: #9CCDA0;
}
</style>
background-color css
<style>
a { background-color: #9CCDA0; }
a { background-color: rgb(156,205,160); }
div.DivClassName
{
background-color: #9CCDA0;
}
.BgClassName
{
background-color: #9CCDA0;
}
</style>
border-color css
<style>
span { border-color: #9CCDA0; }
span { border-color: rgb(156,205,160); }
td.TdClassName
{
border-color: #9CCDA0;
}
.TagClassName
{
border-color: #9CCDA0;
}
</style>