Shades of Chinook #9CDEA9
Tints of Chinook #9CDEA9
RGB
CMYK
RGB Variations
Color information
#9CDEA9 (or 0x9CDEA9) is known color: Chinook. HEX triplet: 9C, DE and A9. RGB value is (156,222,169). Sum of RGB (Red+Green+Blue) = 156+222+169=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEA9 is #632156. Grayscale: #C4C4C4. Windows color (decimal): -6496599 or 11132572. OLE color: 11132572.
HSL color Cylindrical-coordinate representation of color #9CDEA9: hue angle of 131.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEA9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 169 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.13 |
| HSL | 131.82º | 0.5% | 0.74% | - |
| HSV(B) | 131.82º | 0.3% | 0.87% | - |
| XYZ | 46.99 | 62.18 | 47.06 | - |
| YUV | 196.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 169 | 0.30 | 0 | 0.24 | 0.13 | 131.82 | 0.5 | 0.74 |
| Hex | 9C | DE | A9 | 1E | 0 | 18 | D | 84 | 32 | 4A |
| Octal | 234 | 336 | 251 | 36 | 0 | 30 | 15 | 204 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10101001 | 11110 | 0 | 11000 | 1101 | 10000100 | 110010 | 1001010 |
Color Harmonies of #9CDEA9
Complementary color
Monochromatic Colors of #9CDEA9
Black with #9CDEA9
Text Example
Text Example
White with #9CDEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEA9; }
p { color: rgb(156,222,169); }
H1.HeaderClassName
{
color: #9CDEA9;
}
.AnyTagClassName
{
color: #9CDEA9;
}
</style>
background-color css
<style>
a { background-color: #9CDEA9; }
a { background-color: rgb(156,222,169); }
div.DivClassName
{
background-color: #9CDEA9;
}
.BgClassName
{
background-color: #9CDEA9;
}
</style>
border-color css
<style>
span { border-color: #9CDEA9; }
span { border-color: rgb(156,222,169); }
td.TdClassName
{
border-color: #9CDEA9;
}
.TagClassName
{
border-color: #9CDEA9;
}
</style>