Shades of Chinook #9ADCA2
Tints of Chinook #9ADCA2
RGB
CMYK
RGB Variations
Color information
#9ADCA2 (or 0x9ADCA2) is known color: Chinook. HEX triplet: 9A, DC and A2. RGB value is (154,220,162). Sum of RGB (Red+Green+Blue) = 154+220+162=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCA2 is #65235D. Grayscale: #C1C1C1. Windows color (decimal): -6628190 or 10673306. OLE color: 10673306.
HSL color Cylindrical-coordinate representation of color #9ADCA2: hue angle of 127.27º 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 #9ADCA2 is Cyan = 0.3, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 162 | - |
| CMYK | 0.3 | 0 | 0.26 | 0.14 |
| HSL | 127.27º | 0.49% | 0.73% | - |
| HSV(B) | 127.27º | 0.3% | 0.86% | - |
| XYZ | 45.44 | 60.67 | 43.5 | - |
| YUV | 193.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 162 | 0.3 | 0 | 0.26 | 0.14 | 127.27 | 0.49 | 0.73 |
| Hex | 9A | DC | A2 | 1E | 0 | 1A | E | 7F | 31 | 49 |
| Octal | 232 | 334 | 242 | 36 | 0 | 32 | 16 | 177 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10100010 | 11110 | 0 | 11010 | 1110 | 1111111 | 110001 | 1001001 |
Color Harmonies of #9ADCA2
Complementary color
Monochromatic Colors of #9ADCA2
Black with #9ADCA2
Text Example
Text Example
White with #9ADCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCA2; }
p { color: rgb(154,220,162); }
H1.HeaderClassName
{
color: #9ADCA2;
}
.AnyTagClassName
{
color: #9ADCA2;
}
</style>
background-color css
<style>
a { background-color: #9ADCA2; }
a { background-color: rgb(154,220,162); }
div.DivClassName
{
background-color: #9ADCA2;
}
.BgClassName
{
background-color: #9ADCA2;
}
</style>
border-color css
<style>
span { border-color: #9ADCA2; }
span { border-color: rgb(154,220,162); }
td.TdClassName
{
border-color: #9ADCA2;
}
.TagClassName
{
border-color: #9ADCA2;
}
</style>