Shades of Chinook #A1E2B3
Tints of Chinook #A1E2B3
RGB
CMYK
RGB Variations
Color information
#A1E2B3 (or 0xA1E2B3) is known color: Chinook. HEX triplet: A1, E2 and B3. RGB value is (161,226,179). Sum of RGB (Red+Green+Blue) = 161+226+179=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E2B3 is #5E1D4C. Grayscale: #C9C9C9. Windows color (decimal): -6167885 or 11788961. OLE color: 11788961.
HSL color Cylindrical-coordinate representation of color #A1E2B3: hue angle of 136.62º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2B3 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 179 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.11 |
| HSL | 136.62º | 0.53% | 0.76% | - |
| HSV(B) | 136.62º | 0.29% | 0.89% | - |
| XYZ | 50.03 | 65.22 | 52.6 | - |
| YUV | 201.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 179 | 0.29 | 0 | 0.21 | 0.11 | 136.62 | 0.53 | 0.76 |
| Hex | A1 | E2 | B3 | 1D | 0 | 15 | B | 89 | 35 | 4C |
| Octal | 241 | 342 | 263 | 35 | 0 | 25 | 13 | 211 | 65 | 114 |
| Binary | 10100001 | 11100010 | 10110011 | 11101 | 0 | 10101 | 1011 | 10001001 | 110101 | 1001100 |
Color Harmonies of #A1E2B3
Complementary color
Monochromatic Colors of #A1E2B3
Black with #A1E2B3
Text Example
Text Example
White with #A1E2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2B3; }
p { color: rgb(161,226,179); }
H1.HeaderClassName
{
color: #A1E2B3;
}
.AnyTagClassName
{
color: #A1E2B3;
}
</style>
background-color css
<style>
a { background-color: #A1E2B3; }
a { background-color: rgb(161,226,179); }
div.DivClassName
{
background-color: #A1E2B3;
}
.BgClassName
{
background-color: #A1E2B3;
}
</style>
border-color css
<style>
span { border-color: #A1E2B3; }
span { border-color: rgb(161,226,179); }
td.TdClassName
{
border-color: #A1E2B3;
}
.TagClassName
{
border-color: #A1E2B3;
}
</style>