Shades of Chinook #9AC4A7
Tints of Chinook #9AC4A7
RGB
CMYK
RGB Variations
Color information
#9AC4A7 (or 0x9AC4A7) is known color: Chinook. HEX triplet: 9A, C4 and A7. RGB value is (154,196,167). Sum of RGB (Red+Green+Blue) = 154+196+167=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4A7 is #653B58. Grayscale: #B4B4B4. Windows color (decimal): -6634329 or 10994842. OLE color: 10994842.
HSL color Cylindrical-coordinate representation of color #9AC4A7: hue angle of 138.57º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC4A7 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 167 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.23 |
| HSL | 138.57º | 0.26% | 0.69% | - |
| HSV(B) | 138.57º | 0.21% | 0.77% | - |
| XYZ | 40.04 | 49.14 | 43.93 | - |
| YUV | 180.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 167 | 0.21 | 0 | 0.15 | 0.23 | 138.57 | 0.26 | 0.69 |
| Hex | 9A | C4 | A7 | 15 | 0 | F | 17 | 8B | 1A | 45 |
| Octal | 232 | 304 | 247 | 25 | 0 | 17 | 27 | 213 | 32 | 105 |
| Binary | 10011010 | 11000100 | 10100111 | 10101 | 0 | 1111 | 10111 | 10001011 | 11010 | 1000101 |
Color Harmonies of #9AC4A7
Complementary color
Monochromatic Colors of #9AC4A7
Black with #9AC4A7
Text Example
Text Example
White with #9AC4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC4A7; }
p { color: rgb(154,196,167); }
H1.HeaderClassName
{
color: #9AC4A7;
}
.AnyTagClassName
{
color: #9AC4A7;
}
</style>
background-color css
<style>
a { background-color: #9AC4A7; }
a { background-color: rgb(154,196,167); }
div.DivClassName
{
background-color: #9AC4A7;
}
.BgClassName
{
background-color: #9AC4A7;
}
</style>
border-color css
<style>
span { border-color: #9AC4A7; }
span { border-color: rgb(154,196,167); }
td.TdClassName
{
border-color: #9AC4A7;
}
.TagClassName
{
border-color: #9AC4A7;
}
</style>