Shades of Chinook #9ADDAE
Tints of Chinook #9ADDAE
RGB
CMYK
RGB Variations
Color information
#9ADDAE (or 0x9ADDAE) is known color: Chinook. HEX triplet: 9A, DD and AE. RGB value is (154,221,174). Sum of RGB (Red+Green+Blue) = 154+221+174=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDAE is #652251. Grayscale: #C3C3C3. Windows color (decimal): -6627922 or 11459994. OLE color: 11459994.
HSL color Cylindrical-coordinate representation of color #9ADDAE: hue angle of 137.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDAE is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 174 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.13 |
| HSL | 137.91º | 0.5% | 0.74% | - |
| HSV(B) | 137.91º | 0.3% | 0.87% | - |
| XYZ | 46.82 | 61.64 | 49.47 | - |
| YUV | 195.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 174 | 0.30 | 0 | 0.21 | 0.13 | 137.91 | 0.5 | 0.74 |
| Hex | 9A | DD | AE | 1E | 0 | 15 | D | 8A | 32 | 4A |
| Octal | 232 | 335 | 256 | 36 | 0 | 25 | 15 | 212 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10101110 | 11110 | 0 | 10101 | 1101 | 10001010 | 110010 | 1001010 |
Color Harmonies of #9ADDAE
Complementary color
Monochromatic Colors of #9ADDAE
Black with #9ADDAE
Text Example
Text Example
White with #9ADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDAE; }
p { color: rgb(154,221,174); }
H1.HeaderClassName
{
color: #9ADDAE;
}
.AnyTagClassName
{
color: #9ADDAE;
}
</style>
background-color css
<style>
a { background-color: #9ADDAE; }
a { background-color: rgb(154,221,174); }
div.DivClassName
{
background-color: #9ADDAE;
}
.BgClassName
{
background-color: #9ADDAE;
}
</style>
border-color css
<style>
span { border-color: #9ADDAE; }
span { border-color: rgb(154,221,174); }
td.TdClassName
{
border-color: #9ADDAE;
}
.TagClassName
{
border-color: #9ADDAE;
}
</style>