Shades of Chinook #9FDDAA
Tints of Chinook #9FDDAA
RGB
CMYK
RGB Variations
Color information
#9FDDAA (or 0x9FDDAA) is known color: Chinook. HEX triplet: 9F, DD and AA. RGB value is (159,221,170). Sum of RGB (Red+Green+Blue) = 159+221+170=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDDAA is #602255. Grayscale: #C4C4C4. Windows color (decimal): -6300246 or 11197855. OLE color: 11197855.
HSL color Cylindrical-coordinate representation of color #9FDDAA: hue angle of 130.65º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDAA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 170 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.13 |
| HSL | 130.65º | 0.48% | 0.75% | - |
| HSV(B) | 130.65º | 0.28% | 0.87% | - |
| XYZ | 47.41 | 61.99 | 47.5 | - |
| YUV | 196.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 170 | 0.28 | 0 | 0.23 | 0.13 | 130.65 | 0.48 | 0.75 |
| Hex | 9F | DD | AA | 1C | 0 | 17 | D | 83 | 30 | 4B |
| Octal | 237 | 335 | 252 | 34 | 0 | 27 | 15 | 203 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10101010 | 11100 | 0 | 10111 | 1101 | 10000011 | 110000 | 1001011 |
Color Harmonies of #9FDDAA
Complementary color
Monochromatic Colors of #9FDDAA
Black with #9FDDAA
Text Example
Text Example
White with #9FDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDAA; }
p { color: rgb(159,221,170); }
H1.HeaderClassName
{
color: #9FDDAA;
}
.AnyTagClassName
{
color: #9FDDAA;
}
</style>
background-color css
<style>
a { background-color: #9FDDAA; }
a { background-color: rgb(159,221,170); }
div.DivClassName
{
background-color: #9FDDAA;
}
.BgClassName
{
background-color: #9FDDAA;
}
</style>
border-color css
<style>
span { border-color: #9FDDAA; }
span { border-color: rgb(159,221,170); }
td.TdClassName
{
border-color: #9FDDAA;
}
.TagClassName
{
border-color: #9FDDAA;
}
</style>