Shades of Chinook #9DC9A2
Tints of Chinook #9DC9A2
RGB
CMYK
RGB Variations
Color information
#9DC9A2 (or 0x9DC9A2) is known color: Chinook. HEX triplet: 9D, C9 and A2. RGB value is (157,201,162). Sum of RGB (Red+Green+Blue) = 157+201+162=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9A2 is #62365D. Grayscale: #B7B7B7. Windows color (decimal): -6436446 or 10668445. OLE color: 10668445.
HSL color Cylindrical-coordinate representation of color #9DC9A2: hue angle of 126.82º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9A2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 162 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.21 |
| HSL | 126.82º | 0.29% | 0.7% | - |
| HSV(B) | 126.82º | 0.22% | 0.79% | - |
| XYZ | 41.31 | 51.55 | 41.96 | - |
| YUV | 183.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 162 | 0.22 | 0 | 0.19 | 0.21 | 126.82 | 0.29 | 0.7 |
| Hex | 9D | C9 | A2 | 16 | 0 | 13 | 15 | 7F | 1D | 46 |
| Octal | 235 | 311 | 242 | 26 | 0 | 23 | 25 | 177 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10100010 | 10110 | 0 | 10011 | 10101 | 1111111 | 11101 | 1000110 |
Color Harmonies of #9DC9A2
Complementary color
Monochromatic Colors of #9DC9A2
Black with #9DC9A2
Text Example
Text Example
White with #9DC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC9A2; }
p { color: rgb(157,201,162); }
H1.HeaderClassName
{
color: #9DC9A2;
}
.AnyTagClassName
{
color: #9DC9A2;
}
</style>
background-color css
<style>
a { background-color: #9DC9A2; }
a { background-color: rgb(157,201,162); }
div.DivClassName
{
background-color: #9DC9A2;
}
.BgClassName
{
background-color: #9DC9A2;
}
</style>
border-color css
<style>
span { border-color: #9DC9A2; }
span { border-color: rgb(157,201,162); }
td.TdClassName
{
border-color: #9DC9A2;
}
.TagClassName
{
border-color: #9DC9A2;
}
</style>