Shades of Chinook #A2D5AC
Tints of Chinook #A2D5AC
RGB
CMYK
RGB Variations
Color information
#A2D5AC (or 0xA2D5AC) is known color: Chinook. HEX triplet: A2, D5 and AC. RGB value is (162,213,172). Sum of RGB (Red+Green+Blue) = 162+213+172=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5AC is #5D2A53. Grayscale: #C1C1C1. Windows color (decimal): -6105684 or 11326882. OLE color: 11326882.
HSL color Cylindrical-coordinate representation of color #A2D5AC: hue angle of 131.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D5AC is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 172 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.16 |
| HSL | 131.76º | 0.38% | 0.74% | - |
| HSV(B) | 131.76º | 0.24% | 0.84% | - |
| XYZ | 46.14 | 58.25 | 47.84 | - |
| YUV | 193.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 172 | 0.24 | 0 | 0.19 | 0.16 | 131.76 | 0.38 | 0.74 |
| Hex | A2 | D5 | AC | 18 | 0 | 13 | 10 | 84 | 26 | 4A |
| Octal | 242 | 325 | 254 | 30 | 0 | 23 | 20 | 204 | 46 | 112 |
| Binary | 10100010 | 11010101 | 10101100 | 11000 | 0 | 10011 | 10000 | 10000100 | 100110 | 1001010 |
Color Harmonies of #A2D5AC
Complementary color
Monochromatic Colors of #A2D5AC
Black with #A2D5AC
Text Example
Text Example
White with #A2D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5AC; }
p { color: rgb(162,213,172); }
H1.HeaderClassName
{
color: #A2D5AC;
}
.AnyTagClassName
{
color: #A2D5AC;
}
</style>
background-color css
<style>
a { background-color: #A2D5AC; }
a { background-color: rgb(162,213,172); }
div.DivClassName
{
background-color: #A2D5AC;
}
.BgClassName
{
background-color: #A2D5AC;
}
</style>
border-color css
<style>
span { border-color: #A2D5AC; }
span { border-color: rgb(162,213,172); }
td.TdClassName
{
border-color: #A2D5AC;
}
.TagClassName
{
border-color: #A2D5AC;
}
</style>