Shades of Chinook #A0DBA7
Tints of Chinook #A0DBA7
RGB
CMYK
RGB Variations
Color information
#A0DBA7 (or 0xA0DBA7) is known color: Chinook. HEX triplet: A0, DB and A7. RGB value is (160,219,167). Sum of RGB (Red+Green+Blue) = 160+219+167=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA7 is #5F2458. Grayscale: #C3C3C3. Windows color (decimal): -6235225 or 11000736. OLE color: 11000736.
HSL color Cylindrical-coordinate representation of color #A0DBA7: hue angle of 127.12º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBA7 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 160 | 219 | 167 | - |
CMYK | 0.27 | 0 | 0.24 | 0.14 |
HSL | 127.12º | 0.45% | 0.74% | - |
HSV(B) | 127.12º | 0.27% | 0.86% | - |
XYZ | 46.8 | 60.93 | 45.85 | - |
YUV | 195.43 | 111.95 | 102.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 219 | 167 | 0.27 | 0 | 0.24 | 0.14 | 127.12 | 0.45 | 0.74 |
Hex | A0 | DB | A7 | 1B | 0 | 18 | E | 7F | 2D | 4A |
Octal | 240 | 333 | 247 | 33 | 0 | 30 | 16 | 177 | 55 | 112 |
Binary | 10100000 | 11011011 | 10100111 | 11011 | 0 | 11000 | 1110 | 1111111 | 101101 | 1001010 |
Color Harmonies of #A0DBA7
Complementary color
Monochromatic Colors of #A0DBA7
Black with #A0DBA7
Text Example
Text Example
White with #A0DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBA7; }
p { color: rgb(160,219,167); }
H1.HeaderClassName
{
color: #A0DBA7;
}
.AnyTagClassName
{
color: #A0DBA7;
}
</style>
background-color css
<style>
a { background-color: #A0DBA7; }
a { background-color: rgb(160,219,167); }
div.DivClassName
{
background-color: #A0DBA7;
}
.BgClassName
{
background-color: #A0DBA7;
}
</style>
border-color css
<style>
span { border-color: #A0DBA7; }
span { border-color: rgb(160,219,167); }
td.TdClassName
{
border-color: #A0DBA7;
}
.TagClassName
{
border-color: #A0DBA7;
}
</style>