Shades of Chinook #9FC9A1
Tints of Chinook #9FC9A1
RGB
CMYK
RGB Variations
Color information
#9FC9A1 (or 0x9FC9A1) is known color: Chinook. HEX triplet: 9F, C9 and A1. RGB value is (159,201,161). Sum of RGB (Red+Green+Blue) = 159+201+161=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC9A1 is #60365E. Grayscale: #B8B8B8. Windows color (decimal): -6305375 or 10602911. OLE color: 10602911.
HSL color Cylindrical-coordinate representation of color #9FC9A1: hue angle of 122.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9A1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 161 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.21 |
| HSL | 122.86º | 0.28% | 0.71% | - |
| HSV(B) | 122.86º | 0.21% | 0.79% | - |
| XYZ | 41.62 | 51.72 | 41.51 | - |
| YUV | 183.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 161 | 0.21 | 0 | 0.20 | 0.21 | 122.86 | 0.28 | 0.71 |
| Hex | 9F | C9 | A1 | 15 | 0 | 14 | 15 | 7B | 1C | 47 |
| Octal | 237 | 311 | 241 | 25 | 0 | 24 | 25 | 173 | 34 | 107 |
| Binary | 10011111 | 11001001 | 10100001 | 10101 | 0 | 10100 | 10101 | 1111011 | 11100 | 1000111 |
Color Harmonies of #9FC9A1
Complementary color
Monochromatic Colors of #9FC9A1
Black with #9FC9A1
Text Example
Text Example
White with #9FC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9A1; }
p { color: rgb(159,201,161); }
H1.HeaderClassName
{
color: #9FC9A1;
}
.AnyTagClassName
{
color: #9FC9A1;
}
</style>
background-color css
<style>
a { background-color: #9FC9A1; }
a { background-color: rgb(159,201,161); }
div.DivClassName
{
background-color: #9FC9A1;
}
.BgClassName
{
background-color: #9FC9A1;
}
</style>
border-color css
<style>
span { border-color: #9FC9A1; }
span { border-color: rgb(159,201,161); }
td.TdClassName
{
border-color: #9FC9A1;
}
.TagClassName
{
border-color: #9FC9A1;
}
</style>