Shades of Chinook #A0CDA0
Tints of Chinook #A0CDA0
RGB
CMYK
RGB Variations
Color information
#A0CDA0 (or 0xA0CDA0) is known color: Chinook. HEX triplet: A0, CD and A0. RGB value is (160,205,160). Sum of RGB (Red+Green+Blue) = 160+205+160=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA0 is #5F325F. Grayscale: #BABABA. Windows color (decimal): -6238816 or 10538400. OLE color: 10538400.
HSL color Cylindrical-coordinate representation of color #A0CDA0: hue angle of 120º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDA0 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 160 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.20 |
| HSL | 120º | 0.31% | 0.72% | - |
| HSV(B) | 120º | 0.22% | 0.8% | - |
| XYZ | 42.67 | 53.67 | 41.37 | - |
| YUV | 186.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 160 | 0.22 | 0 | 0.22 | 0.20 | 120 | 0.31 | 0.72 |
| Hex | A0 | CD | A0 | 16 | 0 | 16 | 14 | 78 | 1F | 48 |
| Octal | 240 | 315 | 240 | 26 | 0 | 26 | 24 | 170 | 37 | 110 |
| Binary | 10100000 | 11001101 | 10100000 | 10110 | 0 | 10110 | 10100 | 1111000 | 11111 | 1001000 |
Color Harmonies of #A0CDA0
Complementary color
Monochromatic Colors of #A0CDA0
Black with #A0CDA0
Text Example
Text Example
White with #A0CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDA0; }
p { color: rgb(160,205,160); }
H1.HeaderClassName
{
color: #A0CDA0;
}
.AnyTagClassName
{
color: #A0CDA0;
}
</style>
background-color css
<style>
a { background-color: #A0CDA0; }
a { background-color: rgb(160,205,160); }
div.DivClassName
{
background-color: #A0CDA0;
}
.BgClassName
{
background-color: #A0CDA0;
}
</style>
border-color css
<style>
span { border-color: #A0CDA0; }
span { border-color: rgb(160,205,160); }
td.TdClassName
{
border-color: #A0CDA0;
}
.TagClassName
{
border-color: #A0CDA0;
}
</style>