Shades of Chinook #A2D0A5
Tints of Chinook #A2D0A5
RGB
CMYK
RGB Variations
Color information
#A2D0A5 (or 0xA2D0A5) is known color: Chinook. HEX triplet: A2, D0 and A5. RGB value is (162,208,165). Sum of RGB (Red+Green+Blue) = 162+208+165=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0A5 is #5D2F5A. Grayscale: #BDBDBD. Windows color (decimal): -6106971 or 10866850. OLE color: 10866850.
HSL color Cylindrical-coordinate representation of color #A2D0A5: hue angle of 123.91º 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 #A2D0A5 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 165 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.18 |
| HSL | 123.91º | 0.33% | 0.73% | - |
| HSV(B) | 123.91º | 0.22% | 0.82% | - |
| XYZ | 44.25 | 55.51 | 43.98 | - |
| YUV | 189.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 165 | 0.22 | 0 | 0.21 | 0.18 | 123.91 | 0.33 | 0.73 |
| Hex | A2 | D0 | A5 | 16 | 0 | 15 | 12 | 7C | 21 | 49 |
| Octal | 242 | 320 | 245 | 26 | 0 | 25 | 22 | 174 | 41 | 111 |
| Binary | 10100010 | 11010000 | 10100101 | 10110 | 0 | 10101 | 10010 | 1111100 | 100001 | 1001001 |
Color Harmonies of #A2D0A5
Complementary color
Monochromatic Colors of #A2D0A5
Black with #A2D0A5
Text Example
Text Example
White with #A2D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0A5; }
p { color: rgb(162,208,165); }
H1.HeaderClassName
{
color: #A2D0A5;
}
.AnyTagClassName
{
color: #A2D0A5;
}
</style>
background-color css
<style>
a { background-color: #A2D0A5; }
a { background-color: rgb(162,208,165); }
div.DivClassName
{
background-color: #A2D0A5;
}
.BgClassName
{
background-color: #A2D0A5;
}
</style>
border-color css
<style>
span { border-color: #A2D0A5; }
span { border-color: rgb(162,208,165); }
td.TdClassName
{
border-color: #A2D0A5;
}
.TagClassName
{
border-color: #A2D0A5;
}
</style>