Shades of Chinook #9ACDAA
Tints of Chinook #9ACDAA
RGB
CMYK
RGB Variations
Color information
#9ACDAA (or 0x9ACDAA) is known color: Chinook. HEX triplet: 9A, CD and AA. RGB value is (154,205,170). Sum of RGB (Red+Green+Blue) = 154+205+170=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDAA is #653255. Grayscale: #B9B9B9. Windows color (decimal): -6632022 or 11193754. OLE color: 11193754.
HSL color Cylindrical-coordinate representation of color #9ACDAA: hue angle of 138.82º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDAA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 170 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.20 |
| HSL | 138.82º | 0.34% | 0.7% | - |
| HSV(B) | 138.82º | 0.25% | 0.8% | - |
| XYZ | 42.41 | 53.43 | 46.11 | - |
| YUV | 185.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 170 | 0.25 | 0 | 0.17 | 0.20 | 138.82 | 0.34 | 0.7 |
| Hex | 9A | CD | AA | 19 | 0 | 11 | 14 | 8B | 22 | 46 |
| Octal | 232 | 315 | 252 | 31 | 0 | 21 | 24 | 213 | 42 | 106 |
| Binary | 10011010 | 11001101 | 10101010 | 11001 | 0 | 10001 | 10100 | 10001011 | 100010 | 1000110 |
Color Harmonies of #9ACDAA
Complementary color
Monochromatic Colors of #9ACDAA
Black with #9ACDAA
Text Example
Text Example
White with #9ACDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDAA; }
p { color: rgb(154,205,170); }
H1.HeaderClassName
{
color: #9ACDAA;
}
.AnyTagClassName
{
color: #9ACDAA;
}
</style>
background-color css
<style>
a { background-color: #9ACDAA; }
a { background-color: rgb(154,205,170); }
div.DivClassName
{
background-color: #9ACDAA;
}
.BgClassName
{
background-color: #9ACDAA;
}
</style>
border-color css
<style>
span { border-color: #9ACDAA; }
span { border-color: rgb(154,205,170); }
td.TdClassName
{
border-color: #9ACDAA;
}
.TagClassName
{
border-color: #9ACDAA;
}
</style>