Shades of Chinook #A0E1B1
Tints of Chinook #A0E1B1
RGB
CMYK
RGB Variations
Color information
#A0E1B1 (or 0xA0E1B1) is known color: Chinook. HEX triplet: A0, E1 and B1. RGB value is (160,225,177). Sum of RGB (Red+Green+Blue) = 160+225+177=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E1B1 is #5F1E4E. Grayscale: #C8C8C8. Windows color (decimal): -6233679 or 11657632. OLE color: 11657632.
HSL color Cylindrical-coordinate representation of color #A0E1B1: hue angle of 135.69º degrees, saturation: 0.52, 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 #A0E1B1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 177 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.12 |
| HSL | 135.69º | 0.52% | 0.75% | - |
| HSV(B) | 135.69º | 0.29% | 0.88% | - |
| XYZ | 49.36 | 64.5 | 51.44 | - |
| YUV | 200.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 177 | 0.29 | 0 | 0.21 | 0.12 | 135.69 | 0.52 | 0.75 |
| Hex | A0 | E1 | B1 | 1D | 0 | 15 | C | 88 | 34 | 4B |
| Octal | 240 | 341 | 261 | 35 | 0 | 25 | 14 | 210 | 64 | 113 |
| Binary | 10100000 | 11100001 | 10110001 | 11101 | 0 | 10101 | 1100 | 10001000 | 110100 | 1001011 |
Color Harmonies of #A0E1B1
Complementary color
Monochromatic Colors of #A0E1B1
Black with #A0E1B1
Text Example
Text Example
White with #A0E1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1B1; }
p { color: rgb(160,225,177); }
H1.HeaderClassName
{
color: #A0E1B1;
}
.AnyTagClassName
{
color: #A0E1B1;
}
</style>
background-color css
<style>
a { background-color: #A0E1B1; }
a { background-color: rgb(160,225,177); }
div.DivClassName
{
background-color: #A0E1B1;
}
.BgClassName
{
background-color: #A0E1B1;
}
</style>
border-color css
<style>
span { border-color: #A0E1B1; }
span { border-color: rgb(160,225,177); }
td.TdClassName
{
border-color: #A0E1B1;
}
.TagClassName
{
border-color: #A0E1B1;
}
</style>