Shades of Chinook #9AC2A0
Tints of Chinook #9AC2A0
RGB
CMYK
RGB Variations
Color information
#9AC2A0 (or 0x9AC2A0) is known color: Chinook. HEX triplet: 9A, C2 and A0. RGB value is (154,194,160). Sum of RGB (Red+Green+Blue) = 154+194+160=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC2A0 is #653D5F. Grayscale: #B2B2B2. Windows color (decimal): -6634848 or 10535578. OLE color: 10535578.
HSL color Cylindrical-coordinate representation of color #9AC2A0: hue angle of 129º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC2A0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 160 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.24 |
| HSL | 129º | 0.25% | 0.68% | - |
| HSV(B) | 129º | 0.21% | 0.76% | - |
| XYZ | 38.96 | 47.99 | 40.47 | - |
| YUV | 178.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 160 | 0.21 | 0 | 0.18 | 0.24 | 129 | 0.25 | 0.68 |
| Hex | 9A | C2 | A0 | 15 | 0 | 12 | 18 | 81 | 19 | 44 |
| Octal | 232 | 302 | 240 | 25 | 0 | 22 | 30 | 201 | 31 | 104 |
| Binary | 10011010 | 11000010 | 10100000 | 10101 | 0 | 10010 | 11000 | 10000001 | 11001 | 1000100 |
Color Harmonies of #9AC2A0
Complementary color
Monochromatic Colors of #9AC2A0
Black with #9AC2A0
Text Example
Text Example
White with #9AC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2A0; }
p { color: rgb(154,194,160); }
H1.HeaderClassName
{
color: #9AC2A0;
}
.AnyTagClassName
{
color: #9AC2A0;
}
</style>
background-color css
<style>
a { background-color: #9AC2A0; }
a { background-color: rgb(154,194,160); }
div.DivClassName
{
background-color: #9AC2A0;
}
.BgClassName
{
background-color: #9AC2A0;
}
</style>
border-color css
<style>
span { border-color: #9AC2A0; }
span { border-color: rgb(154,194,160); }
td.TdClassName
{
border-color: #9AC2A0;
}
.TagClassName
{
border-color: #9AC2A0;
}
</style>