Shades of Chinook #9ADAA7
Tints of Chinook #9ADAA7
RGB
CMYK
RGB Variations
Color information
#9ADAA7 (or 0x9ADAA7) is known color: Chinook. HEX triplet: 9A, DA and A7. RGB value is (154,218,167). Sum of RGB (Red+Green+Blue) = 154+218+167=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAA7 is #652558. Grayscale: #C1C1C1. Windows color (decimal): -6628697 or 11000474. OLE color: 11000474.
HSL color Cylindrical-coordinate representation of color #9ADAA7: hue angle of 132.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAA7 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 167 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.15 |
| HSL | 132.19º | 0.46% | 0.73% | - |
| HSV(B) | 132.19º | 0.29% | 0.85% | - |
| XYZ | 45.37 | 59.8 | 45.71 | - |
| YUV | 193.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 167 | 0.29 | 0 | 0.23 | 0.15 | 132.19 | 0.46 | 0.73 |
| Hex | 9A | DA | A7 | 1D | 0 | 17 | F | 84 | 2E | 49 |
| Octal | 232 | 332 | 247 | 35 | 0 | 27 | 17 | 204 | 56 | 111 |
| Binary | 10011010 | 11011010 | 10100111 | 11101 | 0 | 10111 | 1111 | 10000100 | 101110 | 1001001 |
Color Harmonies of #9ADAA7
Complementary color
Monochromatic Colors of #9ADAA7
Black with #9ADAA7
Text Example
Text Example
White with #9ADAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAA7; }
p { color: rgb(154,218,167); }
H1.HeaderClassName
{
color: #9ADAA7;
}
.AnyTagClassName
{
color: #9ADAA7;
}
</style>
background-color css
<style>
a { background-color: #9ADAA7; }
a { background-color: rgb(154,218,167); }
div.DivClassName
{
background-color: #9ADAA7;
}
.BgClassName
{
background-color: #9ADAA7;
}
</style>
border-color css
<style>
span { border-color: #9ADAA7; }
span { border-color: rgb(154,218,167); }
td.TdClassName
{
border-color: #9ADAA7;
}
.TagClassName
{
border-color: #9ADAA7;
}
</style>