Shades of Chinook #A5D6AA
Tints of Chinook #A5D6AA
RGB
CMYK
RGB Variations
Color information
#A5D6AA (or 0xA5D6AA) is known color: Chinook. HEX triplet: A5, D6 and AA. RGB value is (165,214,170). Sum of RGB (Red+Green+Blue) = 165+214+170=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D6AA is #5A2955. Grayscale: #C2C2C2. Windows color (decimal): -5908822 or 11196069. OLE color: 11196069.
HSL color Cylindrical-coordinate representation of color #A5D6AA: hue angle of 126.12º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6AA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 170 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.16 |
| HSL | 126.12º | 0.37% | 0.74% | - |
| HSV(B) | 126.12º | 0.23% | 0.84% | - |
| XYZ | 46.82 | 58.99 | 46.95 | - |
| YUV | 194.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 170 | 0.23 | 0 | 0.21 | 0.16 | 126.12 | 0.37 | 0.74 |
| Hex | A5 | D6 | AA | 17 | 0 | 15 | 10 | 7E | 25 | 4A |
| Octal | 245 | 326 | 252 | 27 | 0 | 25 | 20 | 176 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10101010 | 10111 | 0 | 10101 | 10000 | 1111110 | 100101 | 1001010 |
Color Harmonies of #A5D6AA
Complementary color
Monochromatic Colors of #A5D6AA
Black with #A5D6AA
Text Example
Text Example
White with #A5D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6AA; }
p { color: rgb(165,214,170); }
H1.HeaderClassName
{
color: #A5D6AA;
}
.AnyTagClassName
{
color: #A5D6AA;
}
</style>
background-color css
<style>
a { background-color: #A5D6AA; }
a { background-color: rgb(165,214,170); }
div.DivClassName
{
background-color: #A5D6AA;
}
.BgClassName
{
background-color: #A5D6AA;
}
</style>
border-color css
<style>
span { border-color: #A5D6AA; }
span { border-color: rgb(165,214,170); }
td.TdClassName
{
border-color: #A5D6AA;
}
.TagClassName
{
border-color: #A5D6AA;
}
</style>