Shades of Chinook #A1DBA5
Tints of Chinook #A1DBA5
RGB
CMYK
RGB Variations
Color information
#A1DBA5 (or 0xA1DBA5) is known color: Chinook. HEX triplet: A1, DB and A5. RGB value is (161,219,165). Sum of RGB (Red+Green+Blue) = 161+219+165=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBA5 is #5E245A. Grayscale: #C3C3C3. Windows color (decimal): -6169691 or 10869665. OLE color: 10869665.
HSL color Cylindrical-coordinate representation of color #A1DBA5: hue angle of 124.14º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBA5 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 165 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.14 |
| HSL | 124.14º | 0.45% | 0.75% | - |
| HSV(B) | 124.14º | 0.26% | 0.86% | - |
| XYZ | 46.82 | 60.96 | 44.9 | - |
| YUV | 195.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 165 | 0.26 | 0 | 0.25 | 0.14 | 124.14 | 0.45 | 0.75 |
| Hex | A1 | DB | A5 | 1A | 0 | 19 | E | 7C | 2D | 4B |
| Octal | 241 | 333 | 245 | 32 | 0 | 31 | 16 | 174 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10100101 | 11010 | 0 | 11001 | 1110 | 1111100 | 101101 | 1001011 |
Color Harmonies of #A1DBA5
Complementary color
Monochromatic Colors of #A1DBA5
Black with #A1DBA5
Text Example
Text Example
White with #A1DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBA5; }
p { color: rgb(161,219,165); }
H1.HeaderClassName
{
color: #A1DBA5;
}
.AnyTagClassName
{
color: #A1DBA5;
}
</style>
background-color css
<style>
a { background-color: #A1DBA5; }
a { background-color: rgb(161,219,165); }
div.DivClassName
{
background-color: #A1DBA5;
}
.BgClassName
{
background-color: #A1DBA5;
}
</style>
border-color css
<style>
span { border-color: #A1DBA5; }
span { border-color: rgb(161,219,165); }
td.TdClassName
{
border-color: #A1DBA5;
}
.TagClassName
{
border-color: #A1DBA5;
}
</style>