Shades of Chinook #9FC9A0
Tints of Chinook #9FC9A0
RGB
CMYK
RGB Variations
Color information
#9FC9A0 (or 0x9FC9A0) is known color: Chinook. HEX triplet: 9F, C9 and A0. RGB value is (159,201,160). Sum of RGB (Red+Green+Blue) = 159+201+160=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC9A0 is #60365F. Grayscale: #B7B7B7. Windows color (decimal): -6305376 or 10537375. OLE color: 10537375.
HSL color Cylindrical-coordinate representation of color #9FC9A0: hue angle of 121.43º 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 #9FC9A0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 160 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.21 |
| HSL | 121.43º | 0.28% | 0.71% | - |
| HSV(B) | 121.43º | 0.21% | 0.79% | - |
| XYZ | 41.53 | 51.68 | 41.04 | - |
| YUV | 183.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 160 | 0.21 | 0 | 0.20 | 0.21 | 121.43 | 0.28 | 0.71 |
| Hex | 9F | C9 | A0 | 15 | 0 | 14 | 15 | 79 | 1C | 47 |
| Octal | 237 | 311 | 240 | 25 | 0 | 24 | 25 | 171 | 34 | 107 |
| Binary | 10011111 | 11001001 | 10100000 | 10101 | 0 | 10100 | 10101 | 1111001 | 11100 | 1000111 |
Color Harmonies of #9FC9A0
Complementary color
Monochromatic Colors of #9FC9A0
Black with #9FC9A0
Text Example
Text Example
White with #9FC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC9A0; }
p { color: rgb(159,201,160); }
H1.HeaderClassName
{
color: #9FC9A0;
}
.AnyTagClassName
{
color: #9FC9A0;
}
</style>
background-color css
<style>
a { background-color: #9FC9A0; }
a { background-color: rgb(159,201,160); }
div.DivClassName
{
background-color: #9FC9A0;
}
.BgClassName
{
background-color: #9FC9A0;
}
</style>
border-color css
<style>
span { border-color: #9FC9A0; }
span { border-color: rgb(159,201,160); }
td.TdClassName
{
border-color: #9FC9A0;
}
.TagClassName
{
border-color: #9FC9A0;
}
</style>