Shades of Chinook #9DD1A0
Tints of Chinook #9DD1A0
RGB
CMYK
RGB Variations
Color information
#9DD1A0 (or 0x9DD1A0) is known color: Chinook. HEX triplet: 9D, D1 and A0. RGB value is (157,209,160). Sum of RGB (Red+Green+Blue) = 157+209+160=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1A0 is #622E5F. Grayscale: #BCBCBC. Windows color (decimal): -6434400 or 10539421. OLE color: 10539421.
HSL color Cylindrical-coordinate representation of color #9DD1A0: hue angle of 123.46º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1A0 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 160 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.18 |
| HSL | 123.46º | 0.36% | 0.72% | - |
| HSV(B) | 123.46º | 0.25% | 0.82% | - |
| XYZ | 43.05 | 55.31 | 41.66 | - |
| YUV | 187.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 160 | 0.25 | 0 | 0.23 | 0.18 | 123.46 | 0.36 | 0.72 |
| Hex | 9D | D1 | A0 | 19 | 0 | 17 | 12 | 7B | 24 | 48 |
| Octal | 235 | 321 | 240 | 31 | 0 | 27 | 22 | 173 | 44 | 110 |
| Binary | 10011101 | 11010001 | 10100000 | 11001 | 0 | 10111 | 10010 | 1111011 | 100100 | 1001000 |
Color Harmonies of #9DD1A0
Complementary color
Monochromatic Colors of #9DD1A0
Black with #9DD1A0
Text Example
Text Example
White with #9DD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1A0; }
p { color: rgb(157,209,160); }
H1.HeaderClassName
{
color: #9DD1A0;
}
.AnyTagClassName
{
color: #9DD1A0;
}
</style>
background-color css
<style>
a { background-color: #9DD1A0; }
a { background-color: rgb(157,209,160); }
div.DivClassName
{
background-color: #9DD1A0;
}
.BgClassName
{
background-color: #9DD1A0;
}
</style>
border-color css
<style>
span { border-color: #9DD1A0; }
span { border-color: rgb(157,209,160); }
td.TdClassName
{
border-color: #9DD1A0;
}
.TagClassName
{
border-color: #9DD1A0;
}
</style>