Shades of Chinook #9AC4A8
Tints of Chinook #9AC4A8
RGB
CMYK
RGB Variations
Color information
#9AC4A8 (or 0x9AC4A8) is known color: Chinook. HEX triplet: 9A, C4 and A8. RGB value is (154,196,168). Sum of RGB (Red+Green+Blue) = 154+196+168=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4A8 is #653B57. Grayscale: #B4B4B4. Windows color (decimal): -6634328 or 11060378. OLE color: 11060378.
HSL color Cylindrical-coordinate representation of color #9AC4A8: hue angle of 140º 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 #9AC4A8 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 168 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.23 |
| HSL | 140º | 0.26% | 0.69% | - |
| HSV(B) | 140º | 0.21% | 0.77% | - |
| XYZ | 40.13 | 49.18 | 44.42 | - |
| YUV | 180.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 168 | 0.21 | 0 | 0.14 | 0.23 | 140 | 0.26 | 0.69 |
| Hex | 9A | C4 | A8 | 15 | 0 | E | 17 | 8C | 1A | 45 |
| Octal | 232 | 304 | 250 | 25 | 0 | 16 | 27 | 214 | 32 | 105 |
| Binary | 10011010 | 11000100 | 10101000 | 10101 | 0 | 1110 | 10111 | 10001100 | 11010 | 1000101 |
Color Harmonies of #9AC4A8
Complementary color
Monochromatic Colors of #9AC4A8
Black with #9AC4A8
Text Example
Text Example
White with #9AC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC4A8; }
p { color: rgb(154,196,168); }
H1.HeaderClassName
{
color: #9AC4A8;
}
.AnyTagClassName
{
color: #9AC4A8;
}
</style>
background-color css
<style>
a { background-color: #9AC4A8; }
a { background-color: rgb(154,196,168); }
div.DivClassName
{
background-color: #9AC4A8;
}
.BgClassName
{
background-color: #9AC4A8;
}
</style>
border-color css
<style>
span { border-color: #9AC4A8; }
span { border-color: rgb(154,196,168); }
td.TdClassName
{
border-color: #9AC4A8;
}
.TagClassName
{
border-color: #9AC4A8;
}
</style>