Shades of Chinook #A2D5A5
Tints of Chinook #A2D5A5
RGB
CMYK
RGB Variations
Color information
#A2D5A5 (or 0xA2D5A5) is known color: Chinook. HEX triplet: A2, D5 and A5. RGB value is (162,213,165). Sum of RGB (Red+Green+Blue) = 162+213+165=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5A5 is #5D2A5A. Grayscale: #C0C0C0. Windows color (decimal): -6105691 or 10868130. OLE color: 10868130.
HSL color Cylindrical-coordinate representation of color #A2D5A5: hue angle of 123.53º 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 #A2D5A5 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 165 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.16 |
| HSL | 123.53º | 0.38% | 0.74% | - |
| HSV(B) | 123.53º | 0.24% | 0.84% | - |
| XYZ | 45.49 | 57.99 | 44.39 | - |
| YUV | 192.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 165 | 0.24 | 0 | 0.23 | 0.16 | 123.53 | 0.38 | 0.74 |
| Hex | A2 | D5 | A5 | 18 | 0 | 17 | 10 | 7C | 26 | 4A |
| Octal | 242 | 325 | 245 | 30 | 0 | 27 | 20 | 174 | 46 | 112 |
| Binary | 10100010 | 11010101 | 10100101 | 11000 | 0 | 10111 | 10000 | 1111100 | 100110 | 1001010 |
Color Harmonies of #A2D5A5
Complementary color
Monochromatic Colors of #A2D5A5
Black with #A2D5A5
Text Example
Text Example
White with #A2D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5A5; }
p { color: rgb(162,213,165); }
H1.HeaderClassName
{
color: #A2D5A5;
}
.AnyTagClassName
{
color: #A2D5A5;
}
</style>
background-color css
<style>
a { background-color: #A2D5A5; }
a { background-color: rgb(162,213,165); }
div.DivClassName
{
background-color: #A2D5A5;
}
.BgClassName
{
background-color: #A2D5A5;
}
</style>
border-color css
<style>
span { border-color: #A2D5A5; }
span { border-color: rgb(162,213,165); }
td.TdClassName
{
border-color: #A2D5A5;
}
.TagClassName
{
border-color: #A2D5A5;
}
</style>