Shades of Chinook #A2D0A4
Tints of Chinook #A2D0A4
RGB
CMYK
RGB Variations
Color information
#A2D0A4 (or 0xA2D0A4) is known color: Chinook. HEX triplet: A2, D0 and A4. RGB value is (162,208,164). Sum of RGB (Red+Green+Blue) = 162+208+164=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0A4 is #5D2F5B. Grayscale: #BDBDBD. Windows color (decimal): -6106972 or 10801314. OLE color: 10801314.
HSL color Cylindrical-coordinate representation of color #A2D0A4: hue angle of 122.61º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0A4 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 164 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.18 |
| HSL | 122.61º | 0.33% | 0.73% | - |
| HSV(B) | 122.61º | 0.22% | 0.82% | - |
| XYZ | 44.16 | 55.47 | 43.5 | - |
| YUV | 189.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 164 | 0.22 | 0 | 0.21 | 0.18 | 122.61 | 0.33 | 0.73 |
| Hex | A2 | D0 | A4 | 16 | 0 | 15 | 12 | 7B | 21 | 49 |
| Octal | 242 | 320 | 244 | 26 | 0 | 25 | 22 | 173 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10100100 | 10110 | 0 | 10101 | 10010 | 1111011 | 100001 | 1001001 |
Color Harmonies of #A2D0A4
Complementary color
Monochromatic Colors of #A2D0A4
Black with #A2D0A4
Text Example
Text Example
White with #A2D0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0A4; }
p { color: rgb(162,208,164); }
H1.HeaderClassName
{
color: #A2D0A4;
}
.AnyTagClassName
{
color: #A2D0A4;
}
</style>
background-color css
<style>
a { background-color: #A2D0A4; }
a { background-color: rgb(162,208,164); }
div.DivClassName
{
background-color: #A2D0A4;
}
.BgClassName
{
background-color: #A2D0A4;
}
</style>
border-color css
<style>
span { border-color: #A2D0A4; }
span { border-color: rgb(162,208,164); }
td.TdClassName
{
border-color: #A2D0A4;
}
.TagClassName
{
border-color: #A2D0A4;
}
</style>