Shades of Chinook #9ADCA1
Tints of Chinook #9ADCA1
RGB
CMYK
RGB Variations
Color information
#9ADCA1 (or 0x9ADCA1) is known color: Chinook. HEX triplet: 9A, DC and A1. RGB value is (154,220,161). Sum of RGB (Red+Green+Blue) = 154+220+161=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCA1 is #65235E. Grayscale: #C1C1C1. Windows color (decimal): -6628191 or 10607770. OLE color: 10607770.
HSL color Cylindrical-coordinate representation of color #9ADCA1: hue angle of 126.36º 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 #9ADCA1 is Cyan = 0.3, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 161 | - |
| CMYK | 0.3 | 0 | 0.27 | 0.14 |
| HSL | 126.36º | 0.49% | 0.73% | - |
| HSV(B) | 126.36º | 0.3% | 0.86% | - |
| XYZ | 45.35 | 60.63 | 43.03 | - |
| YUV | 193.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 161 | 0.3 | 0 | 0.27 | 0.14 | 126.36 | 0.49 | 0.73 |
| Hex | 9A | DC | A1 | 1E | 0 | 1B | E | 7E | 31 | 49 |
| Octal | 232 | 334 | 241 | 36 | 0 | 33 | 16 | 176 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10100001 | 11110 | 0 | 11011 | 1110 | 1111110 | 110001 | 1001001 |
Color Harmonies of #9ADCA1
Complementary color
Monochromatic Colors of #9ADCA1
Black with #9ADCA1
Text Example
Text Example
White with #9ADCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCA1; }
p { color: rgb(154,220,161); }
H1.HeaderClassName
{
color: #9ADCA1;
}
.AnyTagClassName
{
color: #9ADCA1;
}
</style>
background-color css
<style>
a { background-color: #9ADCA1; }
a { background-color: rgb(154,220,161); }
div.DivClassName
{
background-color: #9ADCA1;
}
.BgClassName
{
background-color: #9ADCA1;
}
</style>
border-color css
<style>
span { border-color: #9ADCA1; }
span { border-color: rgb(154,220,161); }
td.TdClassName
{
border-color: #9ADCA1;
}
.TagClassName
{
border-color: #9ADCA1;
}
</style>