Shades of Chinook #9ADBA0
Tints of Chinook #9ADBA0
RGB
CMYK
RGB Variations
Color information
#9ADBA0 (or 0x9ADBA0) is known color: Chinook. HEX triplet: 9A, DB and A0. RGB value is (154,219,160). Sum of RGB (Red+Green+Blue) = 154+219+160=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBA0 is #65245F. Grayscale: #C1C1C1. Windows color (decimal): -6628448 or 10541978. OLE color: 10541978.
HSL color Cylindrical-coordinate representation of color #9ADBA0: hue angle of 125.54º 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 #9ADBA0 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 160 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.14 |
| HSL | 125.54º | 0.47% | 0.73% | - |
| HSV(B) | 125.54º | 0.3% | 0.86% | - |
| XYZ | 45 | 60.07 | 42.48 | - |
| YUV | 192.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 160 | 0.30 | 0 | 0.27 | 0.14 | 125.54 | 0.47 | 0.73 |
| Hex | 9A | DB | A0 | 1E | 0 | 1B | E | 7E | 2F | 49 |
| Octal | 232 | 333 | 240 | 36 | 0 | 33 | 16 | 176 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10100000 | 11110 | 0 | 11011 | 1110 | 1111110 | 101111 | 1001001 |
Color Harmonies of #9ADBA0
Complementary color
Monochromatic Colors of #9ADBA0
Black with #9ADBA0
Text Example
Text Example
White with #9ADBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBA0; }
p { color: rgb(154,219,160); }
H1.HeaderClassName
{
color: #9ADBA0;
}
.AnyTagClassName
{
color: #9ADBA0;
}
</style>
background-color css
<style>
a { background-color: #9ADBA0; }
a { background-color: rgb(154,219,160); }
div.DivClassName
{
background-color: #9ADBA0;
}
.BgClassName
{
background-color: #9ADBA0;
}
</style>
border-color css
<style>
span { border-color: #9ADBA0; }
span { border-color: rgb(154,219,160); }
td.TdClassName
{
border-color: #9ADBA0;
}
.TagClassName
{
border-color: #9ADBA0;
}
</style>