Shades of Chinook #9DC2A9
Tints of Chinook #9DC2A9
RGB
CMYK
RGB Variations
Color information
#9DC2A9 (or 0x9DC2A9) is known color: Chinook. HEX triplet: 9D, C2 and A9. RGB value is (157,194,169). Sum of RGB (Red+Green+Blue) = 157+194+169=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC2A9 is #623D56. Grayscale: #B4B4B4. Windows color (decimal): -6438231 or 11125405. OLE color: 11125405.
HSL color Cylindrical-coordinate representation of color #9DC2A9: hue angle of 139.46º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC2A9 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 169 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.24 |
| HSL | 139.46º | 0.23% | 0.69% | - |
| HSV(B) | 139.46º | 0.19% | 0.76% | - |
| XYZ | 40.36 | 48.62 | 44.79 | - |
| YUV | 180.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 169 | 0.19 | 0 | 0.13 | 0.24 | 139.46 | 0.23 | 0.69 |
| Hex | 9D | C2 | A9 | 13 | 0 | D | 18 | 8B | 17 | 45 |
| Octal | 235 | 302 | 251 | 23 | 0 | 15 | 30 | 213 | 27 | 105 |
| Binary | 10011101 | 11000010 | 10101001 | 10011 | 0 | 1101 | 11000 | 10001011 | 10111 | 1000101 |
Color Harmonies of #9DC2A9
Complementary color
Monochromatic Colors of #9DC2A9
Black with #9DC2A9
Text Example
Text Example
White with #9DC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC2A9; }
p { color: rgb(157,194,169); }
H1.HeaderClassName
{
color: #9DC2A9;
}
.AnyTagClassName
{
color: #9DC2A9;
}
</style>
background-color css
<style>
a { background-color: #9DC2A9; }
a { background-color: rgb(157,194,169); }
div.DivClassName
{
background-color: #9DC2A9;
}
.BgClassName
{
background-color: #9DC2A9;
}
</style>
border-color css
<style>
span { border-color: #9DC2A9; }
span { border-color: rgb(157,194,169); }
td.TdClassName
{
border-color: #9DC2A9;
}
.TagClassName
{
border-color: #9DC2A9;
}
</style>