Shades of Chinook #A2D5A3
Tints of Chinook #A2D5A3
RGB
CMYK
RGB Variations
Color information
#A2D5A3 (or 0xA2D5A3) is known color: Chinook. HEX triplet: A2, D5 and A3. RGB value is (162,213,163). Sum of RGB (Red+Green+Blue) = 162+213+163=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5A3 is #5D2A5C. Grayscale: #C0C0C0. Windows color (decimal): -6105693 or 10737058. OLE color: 10737058.
HSL color Cylindrical-coordinate representation of color #A2D5A3: hue angle of 121.18º 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 #A2D5A3 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 163 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.16 |
| HSL | 121.18º | 0.38% | 0.74% | - |
| HSV(B) | 121.18º | 0.24% | 0.84% | - |
| XYZ | 45.31 | 57.91 | 43.44 | - |
| YUV | 192.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 163 | 0.24 | 0 | 0.23 | 0.16 | 121.18 | 0.38 | 0.74 |
| Hex | A2 | D5 | A3 | 18 | 0 | 17 | 10 | 79 | 26 | 4A |
| Octal | 242 | 325 | 243 | 30 | 0 | 27 | 20 | 171 | 46 | 112 |
| Binary | 10100010 | 11010101 | 10100011 | 11000 | 0 | 10111 | 10000 | 1111001 | 100110 | 1001010 |
Color Harmonies of #A2D5A3
Complementary color
Monochromatic Colors of #A2D5A3
Black with #A2D5A3
Text Example
Text Example
White with #A2D5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5A3; }
p { color: rgb(162,213,163); }
H1.HeaderClassName
{
color: #A2D5A3;
}
.AnyTagClassName
{
color: #A2D5A3;
}
</style>
background-color css
<style>
a { background-color: #A2D5A3; }
a { background-color: rgb(162,213,163); }
div.DivClassName
{
background-color: #A2D5A3;
}
.BgClassName
{
background-color: #A2D5A3;
}
</style>
border-color css
<style>
span { border-color: #A2D5A3; }
span { border-color: rgb(162,213,163); }
td.TdClassName
{
border-color: #A2D5A3;
}
.TagClassName
{
border-color: #A2D5A3;
}
</style>