Shades of Chinook #A0E0AD
Tints of Chinook #A0E0AD
RGB
CMYK
RGB Variations
Color information
#A0E0AD (or 0xA0E0AD) is known color: Chinook. HEX triplet: A0, E0 and AD. RGB value is (160,224,173). Sum of RGB (Red+Green+Blue) = 160+224+173=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E0AD is #5F1F52. Grayscale: #C7C7C7. Windows color (decimal): -6233939 or 11395232. OLE color: 11395232.
HSL color Cylindrical-coordinate representation of color #A0E0AD: hue angle of 132.19º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E0AD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 173 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.12 |
| HSL | 132.19º | 0.51% | 0.75% | - |
| HSV(B) | 132.19º | 0.29% | 0.88% | - |
| XYZ | 48.7 | 63.8 | 49.28 | - |
| YUV | 199.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 173 | 0.29 | 0 | 0.23 | 0.12 | 132.19 | 0.51 | 0.75 |
| Hex | A0 | E0 | AD | 1D | 0 | 17 | C | 84 | 33 | 4B |
| Octal | 240 | 340 | 255 | 35 | 0 | 27 | 14 | 204 | 63 | 113 |
| Binary | 10100000 | 11100000 | 10101101 | 11101 | 0 | 10111 | 1100 | 10000100 | 110011 | 1001011 |
Color Harmonies of #A0E0AD
Complementary color
Monochromatic Colors of #A0E0AD
Black with #A0E0AD
Text Example
Text Example
White with #A0E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0AD; }
p { color: rgb(160,224,173); }
H1.HeaderClassName
{
color: #A0E0AD;
}
.AnyTagClassName
{
color: #A0E0AD;
}
</style>
background-color css
<style>
a { background-color: #A0E0AD; }
a { background-color: rgb(160,224,173); }
div.DivClassName
{
background-color: #A0E0AD;
}
.BgClassName
{
background-color: #A0E0AD;
}
</style>
border-color css
<style>
span { border-color: #A0E0AD; }
span { border-color: rgb(160,224,173); }
td.TdClassName
{
border-color: #A0E0AD;
}
.TagClassName
{
border-color: #A0E0AD;
}
</style>