Shades of Chinook #9DD6AD
Tints of Chinook #9DD6AD
RGB
CMYK
RGB Variations
Color information
#9DD6AD (or 0x9DD6AD) is known color: Chinook. HEX triplet: 9D, D6 and AD. RGB value is (157,214,173). Sum of RGB (Red+Green+Blue) = 157+214+173=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6AD is #622952. Grayscale: #C0C0C0. Windows color (decimal): -6433107 or 11392669. OLE color: 11392669.
HSL color Cylindrical-coordinate representation of color #9DD6AD: hue angle of 136.84º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6AD is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 173 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.16 |
| HSL | 136.84º | 0.41% | 0.73% | - |
| HSV(B) | 136.84º | 0.27% | 0.84% | - |
| XYZ | 45.49 | 58.28 | 48.39 | - |
| YUV | 192.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 173 | 0.27 | 0 | 0.19 | 0.16 | 136.84 | 0.41 | 0.73 |
| Hex | 9D | D6 | AD | 1B | 0 | 13 | 10 | 89 | 29 | 49 |
| Octal | 235 | 326 | 255 | 33 | 0 | 23 | 20 | 211 | 51 | 111 |
| Binary | 10011101 | 11010110 | 10101101 | 11011 | 0 | 10011 | 10000 | 10001001 | 101001 | 1001001 |
Color Harmonies of #9DD6AD
Complementary color
Monochromatic Colors of #9DD6AD
Black with #9DD6AD
Text Example
Text Example
White with #9DD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6AD; }
p { color: rgb(157,214,173); }
H1.HeaderClassName
{
color: #9DD6AD;
}
.AnyTagClassName
{
color: #9DD6AD;
}
</style>
background-color css
<style>
a { background-color: #9DD6AD; }
a { background-color: rgb(157,214,173); }
div.DivClassName
{
background-color: #9DD6AD;
}
.BgClassName
{
background-color: #9DD6AD;
}
</style>
border-color css
<style>
span { border-color: #9DD6AD; }
span { border-color: rgb(157,214,173); }
td.TdClassName
{
border-color: #9DD6AD;
}
.TagClassName
{
border-color: #9DD6AD;
}
</style>