Shades of Chinook #A5D8AE
Tints of Chinook #A5D8AE
RGB
CMYK
RGB Variations
Color information
#A5D8AE (or 0xA5D8AE) is known color: Chinook. HEX triplet: A5, D8 and AE. RGB value is (165,216,174). Sum of RGB (Red+Green+Blue) = 165+216+174=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D8AE is #5A2751. Grayscale: #C4C4C4. Windows color (decimal): -5908306 or 11458725. OLE color: 11458725.
HSL color Cylindrical-coordinate representation of color #A5D8AE: hue angle of 130.59º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8AE is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 174 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.15 |
| HSL | 130.59º | 0.4% | 0.75% | - |
| HSV(B) | 130.59º | 0.24% | 0.85% | - |
| XYZ | 47.71 | 60.17 | 49.14 | - |
| YUV | 195.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 174 | 0.24 | 0 | 0.19 | 0.15 | 130.59 | 0.4 | 0.75 |
| Hex | A5 | D8 | AE | 18 | 0 | 13 | F | 83 | 28 | 4B |
| Octal | 245 | 330 | 256 | 30 | 0 | 23 | 17 | 203 | 50 | 113 |
| Binary | 10100101 | 11011000 | 10101110 | 11000 | 0 | 10011 | 1111 | 10000011 | 101000 | 1001011 |
Color Harmonies of #A5D8AE
Complementary color
Monochromatic Colors of #A5D8AE
Black with #A5D8AE
Text Example
Text Example
White with #A5D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8AE; }
p { color: rgb(165,216,174); }
H1.HeaderClassName
{
color: #A5D8AE;
}
.AnyTagClassName
{
color: #A5D8AE;
}
</style>
background-color css
<style>
a { background-color: #A5D8AE; }
a { background-color: rgb(165,216,174); }
div.DivClassName
{
background-color: #A5D8AE;
}
.BgClassName
{
background-color: #A5D8AE;
}
</style>
border-color css
<style>
span { border-color: #A5D8AE; }
span { border-color: rgb(165,216,174); }
td.TdClassName
{
border-color: #A5D8AE;
}
.TagClassName
{
border-color: #A5D8AE;
}
</style>