Shades of Chinook #9ADCA7
Tints of Chinook #9ADCA7
RGB
CMYK
RGB Variations
Color information
#9ADCA7 (or 0x9ADCA7) is known color: Chinook. HEX triplet: 9A, DC and A7. RGB value is (154,220,167). Sum of RGB (Red+Green+Blue) = 154+220+167=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCA7 is #652358. Grayscale: #C2C2C2. Windows color (decimal): -6628185 or 11000986. OLE color: 11000986.
HSL color Cylindrical-coordinate representation of color #9ADCA7: hue angle of 131.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCA7 is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 167 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.14 |
| HSL | 131.82º | 0.49% | 0.73% | - |
| HSV(B) | 131.82º | 0.3% | 0.86% | - |
| XYZ | 45.89 | 60.85 | 45.88 | - |
| YUV | 194.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 167 | 0.3 | 0 | 0.24 | 0.14 | 131.82 | 0.49 | 0.73 |
| Hex | 9A | DC | A7 | 1E | 0 | 18 | E | 84 | 31 | 49 |
| Octal | 232 | 334 | 247 | 36 | 0 | 30 | 16 | 204 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10100111 | 11110 | 0 | 11000 | 1110 | 10000100 | 110001 | 1001001 |
Color Harmonies of #9ADCA7
Complementary color
Monochromatic Colors of #9ADCA7
Black with #9ADCA7
Text Example
Text Example
White with #9ADCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCA7; }
p { color: rgb(154,220,167); }
H1.HeaderClassName
{
color: #9ADCA7;
}
.AnyTagClassName
{
color: #9ADCA7;
}
</style>
background-color css
<style>
a { background-color: #9ADCA7; }
a { background-color: rgb(154,220,167); }
div.DivClassName
{
background-color: #9ADCA7;
}
.BgClassName
{
background-color: #9ADCA7;
}
</style>
border-color css
<style>
span { border-color: #9ADCA7; }
span { border-color: rgb(154,220,167); }
td.TdClassName
{
border-color: #9ADCA7;
}
.TagClassName
{
border-color: #9ADCA7;
}
</style>