Shades of Chinook #9FC3A9
Tints of Chinook #9FC3A9
RGB
CMYK
RGB Variations
Color information
#9FC3A9 (or 0x9FC3A9) is known color: Chinook. HEX triplet: 9F, C3 and A9. RGB value is (159,195,169). Sum of RGB (Red+Green+Blue) = 159+195+169=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC3A9 is #603C56. Grayscale: #B5B5B5. Windows color (decimal): -6306903 or 11125663. OLE color: 11125663.
HSL color Cylindrical-coordinate representation of color #9FC3A9: hue angle of 136.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC3A9 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 169 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.24 |
| HSL | 136.67º | 0.23% | 0.69% | - |
| HSV(B) | 136.67º | 0.18% | 0.76% | - |
| XYZ | 40.97 | 49.27 | 44.89 | - |
| YUV | 181.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 169 | 0.18 | 0 | 0.13 | 0.24 | 136.67 | 0.23 | 0.69 |
| Hex | 9F | C3 | A9 | 12 | 0 | D | 18 | 89 | 17 | 45 |
| Octal | 237 | 303 | 251 | 22 | 0 | 15 | 30 | 211 | 27 | 105 |
| Binary | 10011111 | 11000011 | 10101001 | 10010 | 0 | 1101 | 11000 | 10001001 | 10111 | 1000101 |
Color Harmonies of #9FC3A9
Complementary color
Monochromatic Colors of #9FC3A9
Black with #9FC3A9
Text Example
Text Example
White with #9FC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC3A9; }
p { color: rgb(159,195,169); }
H1.HeaderClassName
{
color: #9FC3A9;
}
.AnyTagClassName
{
color: #9FC3A9;
}
</style>
background-color css
<style>
a { background-color: #9FC3A9; }
a { background-color: rgb(159,195,169); }
div.DivClassName
{
background-color: #9FC3A9;
}
.BgClassName
{
background-color: #9FC3A9;
}
</style>
border-color css
<style>
span { border-color: #9FC3A9; }
span { border-color: rgb(159,195,169); }
td.TdClassName
{
border-color: #9FC3A9;
}
.TagClassName
{
border-color: #9FC3A9;
}
</style>