Shades of Chinook #9FD3A6
Tints of Chinook #9FD3A6
RGB
CMYK
RGB Variations
Color information
#9FD3A6 (or 0x9FD3A6) is known color: Chinook. HEX triplet: 9F, D3 and A6. RGB value is (159,211,166). Sum of RGB (Red+Green+Blue) = 159+211+166=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3A6 is #602C59. Grayscale: #BEBEBE. Windows color (decimal): -6302810 or 10933151. OLE color: 10933151.
HSL color Cylindrical-coordinate representation of color #9FD3A6: hue angle of 128.08º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3A6 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 166 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.17 |
| HSL | 128.08º | 0.37% | 0.73% | - |
| HSV(B) | 128.08º | 0.25% | 0.83% | - |
| XYZ | 44.48 | 56.71 | 44.68 | - |
| YUV | 190.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 166 | 0.25 | 0 | 0.21 | 0.17 | 128.08 | 0.37 | 0.73 |
| Hex | 9F | D3 | A6 | 19 | 0 | 15 | 11 | 80 | 25 | 49 |
| Octal | 237 | 323 | 246 | 31 | 0 | 25 | 21 | 200 | 45 | 111 |
| Binary | 10011111 | 11010011 | 10100110 | 11001 | 0 | 10101 | 10001 | 10000000 | 100101 | 1001001 |
Color Harmonies of #9FD3A6
Complementary color
Monochromatic Colors of #9FD3A6
Black with #9FD3A6
Text Example
Text Example
White with #9FD3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3A6; }
p { color: rgb(159,211,166); }
H1.HeaderClassName
{
color: #9FD3A6;
}
.AnyTagClassName
{
color: #9FD3A6;
}
</style>
background-color css
<style>
a { background-color: #9FD3A6; }
a { background-color: rgb(159,211,166); }
div.DivClassName
{
background-color: #9FD3A6;
}
.BgClassName
{
background-color: #9FD3A6;
}
</style>
border-color css
<style>
span { border-color: #9FD3A6; }
span { border-color: rgb(159,211,166); }
td.TdClassName
{
border-color: #9FD3A6;
}
.TagClassName
{
border-color: #9FD3A6;
}
</style>