Shades of Chinook #9ADEAD
Tints of Chinook #9ADEAD
RGB
CMYK
RGB Variations
Color information
#9ADEAD (or 0x9ADEAD) is known color: Chinook. HEX triplet: 9A, DE and AD. RGB value is (154,222,173). Sum of RGB (Red+Green+Blue) = 154+222+173=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEAD is #652152. Grayscale: #C4C4C4. Windows color (decimal): -6627667 or 11394714. OLE color: 11394714.
HSL color Cylindrical-coordinate representation of color #9ADEAD: hue angle of 136.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEAD is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 173 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.13 |
| HSL | 136.76º | 0.51% | 0.74% | - |
| HSV(B) | 136.76º | 0.31% | 0.87% | - |
| XYZ | 46.99 | 62.13 | 49.05 | - |
| YUV | 196.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 173 | 0.31 | 0 | 0.22 | 0.13 | 136.76 | 0.51 | 0.74 |
| Hex | 9A | DE | AD | 1F | 0 | 16 | D | 89 | 33 | 4A |
| Octal | 232 | 336 | 255 | 37 | 0 | 26 | 15 | 211 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10101101 | 11111 | 0 | 10110 | 1101 | 10001001 | 110011 | 1001010 |
Color Harmonies of #9ADEAD
Complementary color
Monochromatic Colors of #9ADEAD
Black with #9ADEAD
Text Example
Text Example
White with #9ADEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEAD; }
p { color: rgb(154,222,173); }
H1.HeaderClassName
{
color: #9ADEAD;
}
.AnyTagClassName
{
color: #9ADEAD;
}
</style>
background-color css
<style>
a { background-color: #9ADEAD; }
a { background-color: rgb(154,222,173); }
div.DivClassName
{
background-color: #9ADEAD;
}
.BgClassName
{
background-color: #9ADEAD;
}
</style>
border-color css
<style>
span { border-color: #9ADEAD; }
span { border-color: rgb(154,222,173); }
td.TdClassName
{
border-color: #9ADEAD;
}
.TagClassName
{
border-color: #9ADEAD;
}
</style>