Shades of Chinook #A0CE9F
Tints of Chinook #A0CE9F
RGB
CMYK
RGB Variations
Color information
#A0CE9F (or 0xA0CE9F) is known color: Chinook. HEX triplet: A0, CE and 9F. RGB value is (160,206,159). Sum of RGB (Red+Green+Blue) = 160+206+159=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE9F is #5F3160. Grayscale: #BBBBBB. Windows color (decimal): -6238561 or 10473120. OLE color: 10473120.
HSL color Cylindrical-coordinate representation of color #A0CE9F: hue angle of 118.72º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CE9F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 159 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.19 |
| HSL | 118.72º | 0.32% | 0.72% | - |
| HSV(B) | 118.72º | 0.23% | 0.81% | - |
| XYZ | 42.83 | 54.12 | 40.99 | - |
| YUV | 186.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 159 | 0.22 | 0 | 0.23 | 0.19 | 118.72 | 0.32 | 0.72 |
| Hex | A0 | CE | 9F | 16 | 0 | 17 | 13 | 77 | 20 | 48 |
| Octal | 240 | 316 | 237 | 26 | 0 | 27 | 23 | 167 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10011111 | 10110 | 0 | 10111 | 10011 | 1110111 | 100000 | 1001000 |
Color Harmonies of #A0CE9F
Complementary color
Monochromatic Colors of #A0CE9F
Black with #A0CE9F
Text Example
Text Example
White with #A0CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE9F; }
p { color: rgb(160,206,159); }
H1.HeaderClassName
{
color: #A0CE9F;
}
.AnyTagClassName
{
color: #A0CE9F;
}
</style>
background-color css
<style>
a { background-color: #A0CE9F; }
a { background-color: rgb(160,206,159); }
div.DivClassName
{
background-color: #A0CE9F;
}
.BgClassName
{
background-color: #A0CE9F;
}
</style>
border-color css
<style>
span { border-color: #A0CE9F; }
span { border-color: rgb(160,206,159); }
td.TdClassName
{
border-color: #A0CE9F;
}
.TagClassName
{
border-color: #A0CE9F;
}
</style>