Shades of Chinook #A0E3AF
Tints of Chinook #A0E3AF
RGB
CMYK
RGB Variations
Color information
#A0E3AF (or 0xA0E3AF) is known color: Chinook. HEX triplet: A0, E3 and AF. RGB value is (160,227,175). Sum of RGB (Red+Green+Blue) = 160+227+175=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E3AF is #5F1C50. Grayscale: #C9C9C9. Windows color (decimal): -6233169 or 11527072. OLE color: 11527072.
HSL color Cylindrical-coordinate representation of color #A0E3AF: hue angle of 133.43º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E3AF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 175 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.11 |
| HSL | 133.43º | 0.54% | 0.76% | - |
| HSV(B) | 133.43º | 0.3% | 0.89% | - |
| XYZ | 49.7 | 65.51 | 50.58 | - |
| YUV | 201.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 175 | 0.30 | 0 | 0.23 | 0.11 | 133.43 | 0.54 | 0.76 |
| Hex | A0 | E3 | AF | 1E | 0 | 17 | B | 85 | 36 | 4C |
| Octal | 240 | 343 | 257 | 36 | 0 | 27 | 13 | 205 | 66 | 114 |
| Binary | 10100000 | 11100011 | 10101111 | 11110 | 0 | 10111 | 1011 | 10000101 | 110110 | 1001100 |
Color Harmonies of #A0E3AF
Complementary color
Monochromatic Colors of #A0E3AF
Black with #A0E3AF
Text Example
Text Example
White with #A0E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E3AF; }
p { color: rgb(160,227,175); }
H1.HeaderClassName
{
color: #A0E3AF;
}
.AnyTagClassName
{
color: #A0E3AF;
}
</style>
background-color css
<style>
a { background-color: #A0E3AF; }
a { background-color: rgb(160,227,175); }
div.DivClassName
{
background-color: #A0E3AF;
}
.BgClassName
{
background-color: #A0E3AF;
}
</style>
border-color css
<style>
span { border-color: #A0E3AF; }
span { border-color: rgb(160,227,175); }
td.TdClassName
{
border-color: #A0E3AF;
}
.TagClassName
{
border-color: #A0E3AF;
}
</style>