Shades of Chinook #A0CCA0
Tints of Chinook #A0CCA0
RGB
CMYK
RGB Variations
Color information
#A0CCA0 (or 0xA0CCA0) is known color: Chinook. HEX triplet: A0, CC and A0. RGB value is (160,204,160). Sum of RGB (Red+Green+Blue) = 160+204+160=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCA0 is #5F335F. Grayscale: #B9B9B9. Windows color (decimal): -6239072 or 10538144. OLE color: 10538144.
HSL color Cylindrical-coordinate representation of color #A0CCA0: hue angle of 120º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCA0 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
RGB | 160 | 204 | 160 | - |
CMYK | 0.22 | 0 | 0.22 | 0.2 |
HSL | 120º | 0.3% | 0.71% | - |
HSV(B) | 120º | 0.22% | 0.8% | - |
XYZ | 42.44 | 53.2 | 41.29 | - |
YUV | 185.83 | 113.42 | 109.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 204 | 160 | 0.22 | 0 | 0.22 | 0.2 | 120 | 0.3 | 0.71 |
Hex | A0 | CC | A0 | 16 | 0 | 16 | 14 | 78 | 1E | 47 |
Octal | 240 | 314 | 240 | 26 | 0 | 26 | 24 | 170 | 36 | 107 |
Binary | 10100000 | 11001100 | 10100000 | 10110 | 0 | 10110 | 10100 | 1111000 | 11110 | 1000111 |
Color Harmonies of #A0CCA0
Complementary color
Monochromatic Colors of #A0CCA0
Black with #A0CCA0
Text Example
Text Example
White with #A0CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCA0; }
p { color: rgb(160,204,160); }
H1.HeaderClassName
{
color: #A0CCA0;
}
.AnyTagClassName
{
color: #A0CCA0;
}
</style>
background-color css
<style>
a { background-color: #A0CCA0; }
a { background-color: rgb(160,204,160); }
div.DivClassName
{
background-color: #A0CCA0;
}
.BgClassName
{
background-color: #A0CCA0;
}
</style>
border-color css
<style>
span { border-color: #A0CCA0; }
span { border-color: rgb(160,204,160); }
td.TdClassName
{
border-color: #A0CCA0;
}
.TagClassName
{
border-color: #A0CCA0;
}
</style>