Shades of Chinook #9FDAA6
Tints of Chinook #9FDAA6
RGB
CMYK
RGB Variations
Color information
#9FDAA6 (or 0x9FDAA6) is known color: Chinook. HEX triplet: 9F, DA and A6. RGB value is (159,218,166). Sum of RGB (Red+Green+Blue) = 159+218+166=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDAA6 is #602559. Grayscale: #C2C2C2. Windows color (decimal): -6301018 or 10934943. OLE color: 10934943.
HSL color Cylindrical-coordinate representation of color #9FDAA6: hue angle of 127.12º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAA6 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 166 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.15 |
| HSL | 127.12º | 0.44% | 0.74% | - |
| HSV(B) | 127.12º | 0.27% | 0.85% | - |
| XYZ | 46.25 | 60.27 | 45.27 | - |
| YUV | 194.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 166 | 0.27 | 0 | 0.24 | 0.15 | 127.12 | 0.44 | 0.74 |
| Hex | 9F | DA | A6 | 1B | 0 | 18 | F | 7F | 2C | 4A |
| Octal | 237 | 332 | 246 | 33 | 0 | 30 | 17 | 177 | 54 | 112 |
| Binary | 10011111 | 11011010 | 10100110 | 11011 | 0 | 11000 | 1111 | 1111111 | 101100 | 1001010 |
Color Harmonies of #9FDAA6
Complementary color
Monochromatic Colors of #9FDAA6
Black with #9FDAA6
Text Example
Text Example
White with #9FDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAA6; }
p { color: rgb(159,218,166); }
H1.HeaderClassName
{
color: #9FDAA6;
}
.AnyTagClassName
{
color: #9FDAA6;
}
</style>
background-color css
<style>
a { background-color: #9FDAA6; }
a { background-color: rgb(159,218,166); }
div.DivClassName
{
background-color: #9FDAA6;
}
.BgClassName
{
background-color: #9FDAA6;
}
</style>
border-color css
<style>
span { border-color: #9FDAA6; }
span { border-color: rgb(159,218,166); }
td.TdClassName
{
border-color: #9FDAA6;
}
.TagClassName
{
border-color: #9FDAA6;
}
</style>