Shades of Chinook #A5D7AA
Tints of Chinook #A5D7AA
RGB
CMYK
RGB Variations
Color information
#A5D7AA (or 0xA5D7AA) is known color: Chinook. HEX triplet: A5, D7 and AA. RGB value is (165,215,170). Sum of RGB (Red+Green+Blue) = 165+215+170=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D7AA is #5A2855. Grayscale: #C3C3C3. Windows color (decimal): -5908566 or 11196325. OLE color: 11196325.
HSL color Cylindrical-coordinate representation of color #A5D7AA: hue angle of 126º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7AA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 170 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.16 |
| HSL | 126º | 0.38% | 0.75% | - |
| HSV(B) | 126º | 0.23% | 0.84% | - |
| XYZ | 47.07 | 59.5 | 47.03 | - |
| YUV | 194.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 170 | 0.23 | 0 | 0.21 | 0.16 | 126 | 0.38 | 0.75 |
| Hex | A5 | D7 | AA | 17 | 0 | 15 | 10 | 7E | 26 | 4B |
| Octal | 245 | 327 | 252 | 27 | 0 | 25 | 20 | 176 | 46 | 113 |
| Binary | 10100101 | 11010111 | 10101010 | 10111 | 0 | 10101 | 10000 | 1111110 | 100110 | 1001011 |
Color Harmonies of #A5D7AA
Complementary color
Monochromatic Colors of #A5D7AA
Black with #A5D7AA
Text Example
Text Example
White with #A5D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7AA; }
p { color: rgb(165,215,170); }
H1.HeaderClassName
{
color: #A5D7AA;
}
.AnyTagClassName
{
color: #A5D7AA;
}
</style>
background-color css
<style>
a { background-color: #A5D7AA; }
a { background-color: rgb(165,215,170); }
div.DivClassName
{
background-color: #A5D7AA;
}
.BgClassName
{
background-color: #A5D7AA;
}
</style>
border-color css
<style>
span { border-color: #A5D7AA; }
span { border-color: rgb(165,215,170); }
td.TdClassName
{
border-color: #A5D7AA;
}
.TagClassName
{
border-color: #A5D7AA;
}
</style>