Shades of Chinook #9ADBA9
Tints of Chinook #9ADBA9
RGB
CMYK
RGB Variations
Color information
#9ADBA9 (or 0x9ADBA9) is known color: Chinook. HEX triplet: 9A, DB and A9. RGB value is (154,219,169). Sum of RGB (Red+Green+Blue) = 154+219+169=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA9 is #652456. Grayscale: #C1C1C1. Windows color (decimal): -6628439 or 11131802. OLE color: 11131802.
HSL color Cylindrical-coordinate representation of color #9ADBA9: hue angle of 133.85º degrees, saturation: 0.47, 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 #9ADBA9 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 169 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.14 |
| HSL | 133.85º | 0.47% | 0.73% | - |
| HSV(B) | 133.85º | 0.3% | 0.86% | - |
| XYZ | 45.82 | 60.4 | 46.78 | - |
| YUV | 193.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 169 | 0.30 | 0 | 0.23 | 0.14 | 133.85 | 0.47 | 0.73 |
| Hex | 9A | DB | A9 | 1E | 0 | 17 | E | 86 | 2F | 49 |
| Octal | 232 | 333 | 251 | 36 | 0 | 27 | 16 | 206 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10101001 | 11110 | 0 | 10111 | 1110 | 10000110 | 101111 | 1001001 |
Color Harmonies of #9ADBA9
Complementary color
Monochromatic Colors of #9ADBA9
Black with #9ADBA9
Text Example
Text Example
White with #9ADBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBA9; }
p { color: rgb(154,219,169); }
H1.HeaderClassName
{
color: #9ADBA9;
}
.AnyTagClassName
{
color: #9ADBA9;
}
</style>
background-color css
<style>
a { background-color: #9ADBA9; }
a { background-color: rgb(154,219,169); }
div.DivClassName
{
background-color: #9ADBA9;
}
.BgClassName
{
background-color: #9ADBA9;
}
</style>
border-color css
<style>
span { border-color: #9ADBA9; }
span { border-color: rgb(154,219,169); }
td.TdClassName
{
border-color: #9ADBA9;
}
.TagClassName
{
border-color: #9ADBA9;
}
</style>