Shades of Chinook #A0E0AC
Tints of Chinook #A0E0AC
RGB
CMYK
RGB Variations
Color information
#A0E0AC (or 0xA0E0AC) is known color: Chinook. HEX triplet: A0, E0 and AC. RGB value is (160,224,172). Sum of RGB (Red+Green+Blue) = 160+224+172=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E0AC is #5F1F53. Grayscale: #C7C7C7. Windows color (decimal): -6233940 or 11329696. OLE color: 11329696.
HSL color Cylindrical-coordinate representation of color #A0E0AC: hue angle of 131.25º 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 #A0E0AC is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 172 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.12 |
| HSL | 131.25º | 0.51% | 0.75% | - |
| HSV(B) | 131.25º | 0.29% | 0.88% | - |
| XYZ | 48.6 | 63.76 | 48.78 | - |
| YUV | 198.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 172 | 0.29 | 0 | 0.23 | 0.12 | 131.25 | 0.51 | 0.75 |
| Hex | A0 | E0 | AC | 1D | 0 | 17 | C | 83 | 33 | 4B |
| Octal | 240 | 340 | 254 | 35 | 0 | 27 | 14 | 203 | 63 | 113 |
| Binary | 10100000 | 11100000 | 10101100 | 11101 | 0 | 10111 | 1100 | 10000011 | 110011 | 1001011 |
Color Harmonies of #A0E0AC
Complementary color
Monochromatic Colors of #A0E0AC
Black with #A0E0AC
Text Example
Text Example
White with #A0E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0AC; }
p { color: rgb(160,224,172); }
H1.HeaderClassName
{
color: #A0E0AC;
}
.AnyTagClassName
{
color: #A0E0AC;
}
</style>
background-color css
<style>
a { background-color: #A0E0AC; }
a { background-color: rgb(160,224,172); }
div.DivClassName
{
background-color: #A0E0AC;
}
.BgClassName
{
background-color: #A0E0AC;
}
</style>
border-color css
<style>
span { border-color: #A0E0AC; }
span { border-color: rgb(160,224,172); }
td.TdClassName
{
border-color: #A0E0AC;
}
.TagClassName
{
border-color: #A0E0AC;
}
</style>