Shades of Chinook #9AC9A7
Tints of Chinook #9AC9A7
RGB
CMYK
RGB Variations
Color information
#9AC9A7 (or 0x9AC9A7) is known color: Chinook. HEX triplet: 9A, C9 and A7. RGB value is (154,201,167). Sum of RGB (Red+Green+Blue) = 154+201+167=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC9A7 is #653658. Grayscale: #B7B7B7. Windows color (decimal): -6633049 or 10996122. OLE color: 10996122.
HSL color Cylindrical-coordinate representation of color #9AC9A7: hue angle of 136.6º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC9A7 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 167 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.21 |
| HSL | 136.6º | 0.3% | 0.7% | - |
| HSV(B) | 136.6º | 0.23% | 0.79% | - |
| XYZ | 41.19 | 51.43 | 44.32 | - |
| YUV | 183.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 167 | 0.23 | 0 | 0.17 | 0.21 | 136.6 | 0.3 | 0.7 |
| Hex | 9A | C9 | A7 | 17 | 0 | 11 | 15 | 89 | 1E | 46 |
| Octal | 232 | 311 | 247 | 27 | 0 | 21 | 25 | 211 | 36 | 106 |
| Binary | 10011010 | 11001001 | 10100111 | 10111 | 0 | 10001 | 10101 | 10001001 | 11110 | 1000110 |
Color Harmonies of #9AC9A7
Complementary color
Monochromatic Colors of #9AC9A7
Black with #9AC9A7
Text Example
Text Example
White with #9AC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC9A7; }
p { color: rgb(154,201,167); }
H1.HeaderClassName
{
color: #9AC9A7;
}
.AnyTagClassName
{
color: #9AC9A7;
}
</style>
background-color css
<style>
a { background-color: #9AC9A7; }
a { background-color: rgb(154,201,167); }
div.DivClassName
{
background-color: #9AC9A7;
}
.BgClassName
{
background-color: #9AC9A7;
}
</style>
border-color css
<style>
span { border-color: #9AC9A7; }
span { border-color: rgb(154,201,167); }
td.TdClassName
{
border-color: #9AC9A7;
}
.TagClassName
{
border-color: #9AC9A7;
}
</style>