Shades of Chinook #9FCAA1
Tints of Chinook #9FCAA1
RGB
CMYK
RGB Variations
Color information
#9FCAA1 (or 0x9FCAA1) is known color: Chinook. HEX triplet: 9F, CA and A1. RGB value is (159,202,161). Sum of RGB (Red+Green+Blue) = 159+202+161=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAA1 is #60355E. Grayscale: #B8B8B8. Windows color (decimal): -6305119 or 10603167. OLE color: 10603167.
HSL color Cylindrical-coordinate representation of color #9FCAA1: hue angle of 122.79º degrees, saturation: 0.29, 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 #9FCAA1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 161 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.21 |
| HSL | 122.79º | 0.29% | 0.71% | - |
| HSV(B) | 122.79º | 0.21% | 0.79% | - |
| XYZ | 41.85 | 52.19 | 41.59 | - |
| YUV | 184.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 161 | 0.21 | 0 | 0.20 | 0.21 | 122.79 | 0.29 | 0.71 |
| Hex | 9F | CA | A1 | 15 | 0 | 14 | 15 | 7B | 1D | 47 |
| Octal | 237 | 312 | 241 | 25 | 0 | 24 | 25 | 173 | 35 | 107 |
| Binary | 10011111 | 11001010 | 10100001 | 10101 | 0 | 10100 | 10101 | 1111011 | 11101 | 1000111 |
Color Harmonies of #9FCAA1
Complementary color
Monochromatic Colors of #9FCAA1
Black with #9FCAA1
Text Example
Text Example
White with #9FCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAA1; }
p { color: rgb(159,202,161); }
H1.HeaderClassName
{
color: #9FCAA1;
}
.AnyTagClassName
{
color: #9FCAA1;
}
</style>
background-color css
<style>
a { background-color: #9FCAA1; }
a { background-color: rgb(159,202,161); }
div.DivClassName
{
background-color: #9FCAA1;
}
.BgClassName
{
background-color: #9FCAA1;
}
</style>
border-color css
<style>
span { border-color: #9FCAA1; }
span { border-color: rgb(159,202,161); }
td.TdClassName
{
border-color: #9FCAA1;
}
.TagClassName
{
border-color: #9FCAA1;
}
</style>