Shades of Chinook #9FD8A1
Tints of Chinook #9FD8A1
RGB
CMYK
RGB Variations
Color information
#9FD8A1 (or 0x9FD8A1) is known color: Chinook. HEX triplet: 9F, D8 and A1. RGB value is (159,216,161). Sum of RGB (Red+Green+Blue) = 159+216+161=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8A1 is #60275E. Grayscale: #C0C0C0. Windows color (decimal): -6301535 or 10606751. OLE color: 10606751.
HSL color Cylindrical-coordinate representation of color #9FD8A1: hue angle of 122.11º 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 #9FD8A1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 161 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.15 |
| HSL | 122.11º | 0.42% | 0.74% | - |
| HSV(B) | 122.11º | 0.26% | 0.85% | - |
| XYZ | 45.29 | 59.06 | 42.73 | - |
| YUV | 192.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 161 | 0.26 | 0 | 0.25 | 0.15 | 122.11 | 0.42 | 0.74 |
| Hex | 9F | D8 | A1 | 1A | 0 | 19 | F | 7A | 2A | 4A |
| Octal | 237 | 330 | 241 | 32 | 0 | 31 | 17 | 172 | 52 | 112 |
| Binary | 10011111 | 11011000 | 10100001 | 11010 | 0 | 11001 | 1111 | 1111010 | 101010 | 1001010 |
Color Harmonies of #9FD8A1
Complementary color
Monochromatic Colors of #9FD8A1
Black with #9FD8A1
Text Example
Text Example
White with #9FD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD8A1; }
p { color: rgb(159,216,161); }
H1.HeaderClassName
{
color: #9FD8A1;
}
.AnyTagClassName
{
color: #9FD8A1;
}
</style>
background-color css
<style>
a { background-color: #9FD8A1; }
a { background-color: rgb(159,216,161); }
div.DivClassName
{
background-color: #9FD8A1;
}
.BgClassName
{
background-color: #9FD8A1;
}
</style>
border-color css
<style>
span { border-color: #9FD8A1; }
span { border-color: rgb(159,216,161); }
td.TdClassName
{
border-color: #9FD8A1;
}
.TagClassName
{
border-color: #9FD8A1;
}
</style>