Shades of Chinook #9ADCAA
Tints of Chinook #9ADCAA
RGB
CMYK
RGB Variations
Color information
#9ADCAA (or 0x9ADCAA) is known color: Chinook. HEX triplet: 9A, DC and AA. RGB value is (154,220,170). Sum of RGB (Red+Green+Blue) = 154+220+170=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCAA is #652355. Grayscale: #C2C2C2. Windows color (decimal): -6628182 or 11197594. OLE color: 11197594.
HSL color Cylindrical-coordinate representation of color #9ADCAA: hue angle of 134.55º 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 #9ADCAA is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 170 | - |
| CMYK | 0.3 | 0 | 0.23 | 0.14 |
| HSL | 134.55º | 0.49% | 0.73% | - |
| HSV(B) | 134.55º | 0.3% | 0.86% | - |
| XYZ | 46.18 | 60.96 | 47.36 | - |
| YUV | 194.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 170 | 0.3 | 0 | 0.23 | 0.14 | 134.55 | 0.49 | 0.73 |
| Hex | 9A | DC | AA | 1E | 0 | 17 | E | 87 | 31 | 49 |
| Octal | 232 | 334 | 252 | 36 | 0 | 27 | 16 | 207 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10101010 | 11110 | 0 | 10111 | 1110 | 10000111 | 110001 | 1001001 |
Color Harmonies of #9ADCAA
Complementary color
Monochromatic Colors of #9ADCAA
Black with #9ADCAA
Text Example
Text Example
White with #9ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCAA; }
p { color: rgb(154,220,170); }
H1.HeaderClassName
{
color: #9ADCAA;
}
.AnyTagClassName
{
color: #9ADCAA;
}
</style>
background-color css
<style>
a { background-color: #9ADCAA; }
a { background-color: rgb(154,220,170); }
div.DivClassName
{
background-color: #9ADCAA;
}
.BgClassName
{
background-color: #9ADCAA;
}
</style>
border-color css
<style>
span { border-color: #9ADCAA; }
span { border-color: rgb(154,220,170); }
td.TdClassName
{
border-color: #9ADCAA;
}
.TagClassName
{
border-color: #9ADCAA;
}
</style>