Shades of Chinook #9FDCAA
Tints of Chinook #9FDCAA
RGB
CMYK
RGB Variations
Color information
#9FDCAA (or 0x9FDCAA) is known color: Chinook. HEX triplet: 9F, DC and AA. RGB value is (159,220,170). Sum of RGB (Red+Green+Blue) = 159+220+170=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCAA is #602355. Grayscale: #C4C4C4. Windows color (decimal): -6300502 or 11197599. OLE color: 11197599.
HSL color Cylindrical-coordinate representation of color #9FDCAA: hue angle of 130.82º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCAA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 170 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.14 |
| HSL | 130.82º | 0.47% | 0.74% | - |
| HSV(B) | 130.82º | 0.28% | 0.86% | - |
| XYZ | 47.15 | 61.46 | 47.41 | - |
| YUV | 196.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 170 | 0.28 | 0 | 0.23 | 0.14 | 130.82 | 0.47 | 0.74 |
| Hex | 9F | DC | AA | 1C | 0 | 17 | E | 83 | 2F | 4A |
| Octal | 237 | 334 | 252 | 34 | 0 | 27 | 16 | 203 | 57 | 112 |
| Binary | 10011111 | 11011100 | 10101010 | 11100 | 0 | 10111 | 1110 | 10000011 | 101111 | 1001010 |
Color Harmonies of #9FDCAA
Complementary color
Monochromatic Colors of #9FDCAA
Black with #9FDCAA
Text Example
Text Example
White with #9FDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCAA; }
p { color: rgb(159,220,170); }
H1.HeaderClassName
{
color: #9FDCAA;
}
.AnyTagClassName
{
color: #9FDCAA;
}
</style>
background-color css
<style>
a { background-color: #9FDCAA; }
a { background-color: rgb(159,220,170); }
div.DivClassName
{
background-color: #9FDCAA;
}
.BgClassName
{
background-color: #9FDCAA;
}
</style>
border-color css
<style>
span { border-color: #9FDCAA; }
span { border-color: rgb(159,220,170); }
td.TdClassName
{
border-color: #9FDCAA;
}
.TagClassName
{
border-color: #9FDCAA;
}
</style>