Shades of Chinook #9FCFA0
Tints of Chinook #9FCFA0
RGB
CMYK
RGB Variations
Color information
#9FCFA0 (or 0x9FCFA0) is known color: Chinook. HEX triplet: 9F, CF and A0. RGB value is (159,207,160). Sum of RGB (Red+Green+Blue) = 159+207+160=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFA0 is #60305F. Grayscale: #BBBBBB. Windows color (decimal): -6303840 or 10538911. OLE color: 10538911.
HSL color Cylindrical-coordinate representation of color #9FCFA0: hue angle of 121.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFA0 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 160 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.19 |
| HSL | 121.25º | 0.33% | 0.72% | - |
| HSV(B) | 121.25º | 0.23% | 0.81% | - |
| XYZ | 42.96 | 54.53 | 41.52 | - |
| YUV | 187.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 160 | 0.23 | 0 | 0.23 | 0.19 | 121.25 | 0.33 | 0.72 |
| Hex | 9F | CF | A0 | 17 | 0 | 17 | 13 | 79 | 21 | 48 |
| Octal | 237 | 317 | 240 | 27 | 0 | 27 | 23 | 171 | 41 | 110 |
| Binary | 10011111 | 11001111 | 10100000 | 10111 | 0 | 10111 | 10011 | 1111001 | 100001 | 1001000 |
Color Harmonies of #9FCFA0
Complementary color
Monochromatic Colors of #9FCFA0
Black with #9FCFA0
Text Example
Text Example
White with #9FCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFA0; }
p { color: rgb(159,207,160); }
H1.HeaderClassName
{
color: #9FCFA0;
}
.AnyTagClassName
{
color: #9FCFA0;
}
</style>
background-color css
<style>
a { background-color: #9FCFA0; }
a { background-color: rgb(159,207,160); }
div.DivClassName
{
background-color: #9FCFA0;
}
.BgClassName
{
background-color: #9FCFA0;
}
</style>
border-color css
<style>
span { border-color: #9FCFA0; }
span { border-color: rgb(159,207,160); }
td.TdClassName
{
border-color: #9FCFA0;
}
.TagClassName
{
border-color: #9FCFA0;
}
</style>