Shades of Chinook #9ADDAC
Tints of Chinook #9ADDAC
RGB
CMYK
RGB Variations
Color information
#9ADDAC (or 0x9ADDAC) is known color: Chinook. HEX triplet: 9A, DD and AC. RGB value is (154,221,172). Sum of RGB (Red+Green+Blue) = 154+221+172=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDAC is #652253. Grayscale: #C3C3C3. Windows color (decimal): -6627924 or 11328922. OLE color: 11328922.
HSL color Cylindrical-coordinate representation of color #9ADDAC: hue angle of 136.12º 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 #9ADDAC is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 172 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 136.12º | 0.5% | 0.74% | - |
| HSV(B) | 136.12º | 0.3% | 0.87% | - |
| XYZ | 46.63 | 61.56 | 48.45 | - |
| YUV | 195.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 172 | 0.30 | 0 | 0.22 | 0.13 | 136.12 | 0.5 | 0.74 |
| Hex | 9A | DD | AC | 1E | 0 | 16 | D | 88 | 32 | 4A |
| Octal | 232 | 335 | 254 | 36 | 0 | 26 | 15 | 210 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10101100 | 11110 | 0 | 10110 | 1101 | 10001000 | 110010 | 1001010 |
Color Harmonies of #9ADDAC
Complementary color
Monochromatic Colors of #9ADDAC
Black with #9ADDAC
Text Example
Text Example
White with #9ADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDAC; }
p { color: rgb(154,221,172); }
H1.HeaderClassName
{
color: #9ADDAC;
}
.AnyTagClassName
{
color: #9ADDAC;
}
</style>
background-color css
<style>
a { background-color: #9ADDAC; }
a { background-color: rgb(154,221,172); }
div.DivClassName
{
background-color: #9ADDAC;
}
.BgClassName
{
background-color: #9ADDAC;
}
</style>
border-color css
<style>
span { border-color: #9ADDAC; }
span { border-color: rgb(154,221,172); }
td.TdClassName
{
border-color: #9ADDAC;
}
.TagClassName
{
border-color: #9ADDAC;
}
</style>