Shades of Chinook #9FD8A9
Tints of Chinook #9FD8A9
RGB
CMYK
RGB Variations
Color information
#9FD8A9 (or 0x9FD8A9) is known color: Chinook. HEX triplet: 9F, D8 and A9. RGB value is (159,216,169). Sum of RGB (Red+Green+Blue) = 159+216+169=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8A9 is #602756. Grayscale: #C1C1C1. Windows color (decimal): -6301527 or 11131039. OLE color: 11131039.
HSL color Cylindrical-coordinate representation of color #9FD8A9: hue angle of 130.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8A9 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 169 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.15 |
| HSL | 130.53º | 0.42% | 0.74% | - |
| HSV(B) | 130.53º | 0.26% | 0.85% | - |
| XYZ | 46.02 | 59.35 | 46.57 | - |
| YUV | 193.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 169 | 0.26 | 0 | 0.22 | 0.15 | 130.53 | 0.42 | 0.74 |
| Hex | 9F | D8 | A9 | 1A | 0 | 16 | F | 83 | 2A | 4A |
| Octal | 237 | 330 | 251 | 32 | 0 | 26 | 17 | 203 | 52 | 112 |
| Binary | 10011111 | 11011000 | 10101001 | 11010 | 0 | 10110 | 1111 | 10000011 | 101010 | 1001010 |
Color Harmonies of #9FD8A9
Complementary color
Monochromatic Colors of #9FD8A9
Black with #9FD8A9
Text Example
Text Example
White with #9FD8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD8A9; }
p { color: rgb(159,216,169); }
H1.HeaderClassName
{
color: #9FD8A9;
}
.AnyTagClassName
{
color: #9FD8A9;
}
</style>
background-color css
<style>
a { background-color: #9FD8A9; }
a { background-color: rgb(159,216,169); }
div.DivClassName
{
background-color: #9FD8A9;
}
.BgClassName
{
background-color: #9FD8A9;
}
</style>
border-color css
<style>
span { border-color: #9FD8A9; }
span { border-color: rgb(159,216,169); }
td.TdClassName
{
border-color: #9FD8A9;
}
.TagClassName
{
border-color: #9FD8A9;
}
</style>