Shades of Chinook #A0E2AE
Tints of Chinook #A0E2AE
RGB
CMYK
RGB Variations
Color information
#A0E2AE (or 0xA0E2AE) is known color: Chinook. HEX triplet: A0, E2 and AE. RGB value is (160,226,174). Sum of RGB (Red+Green+Blue) = 160+226+174=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E2AE is #5F1D51. Grayscale: #C8C8C8. Windows color (decimal): -6233426 or 11461280. OLE color: 11461280.
HSL color Cylindrical-coordinate representation of color #A0E2AE: hue angle of 132.73º 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 #A0E2AE is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 174 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.11 |
| HSL | 132.73º | 0.53% | 0.76% | - |
| HSV(B) | 132.73º | 0.29% | 0.89% | - |
| XYZ | 49.33 | 64.92 | 49.98 | - |
| YUV | 200.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 174 | 0.29 | 0 | 0.23 | 0.11 | 132.73 | 0.53 | 0.76 |
| Hex | A0 | E2 | AE | 1D | 0 | 17 | B | 85 | 35 | 4C |
| Octal | 240 | 342 | 256 | 35 | 0 | 27 | 13 | 205 | 65 | 114 |
| Binary | 10100000 | 11100010 | 10101110 | 11101 | 0 | 10111 | 1011 | 10000101 | 110101 | 1001100 |
Color Harmonies of #A0E2AE
Complementary color
Monochromatic Colors of #A0E2AE
Black with #A0E2AE
Text Example
Text Example
White with #A0E2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2AE; }
p { color: rgb(160,226,174); }
H1.HeaderClassName
{
color: #A0E2AE;
}
.AnyTagClassName
{
color: #A0E2AE;
}
</style>
background-color css
<style>
a { background-color: #A0E2AE; }
a { background-color: rgb(160,226,174); }
div.DivClassName
{
background-color: #A0E2AE;
}
.BgClassName
{
background-color: #A0E2AE;
}
</style>
border-color css
<style>
span { border-color: #A0E2AE; }
span { border-color: rgb(160,226,174); }
td.TdClassName
{
border-color: #A0E2AE;
}
.TagClassName
{
border-color: #A0E2AE;
}
</style>