Shades of Chinook #9DCDA3
Tints of Chinook #9DCDA3
RGB
CMYK
RGB Variations
Color information
#9DCDA3 (or 0x9DCDA3) is known color: Chinook. HEX triplet: 9D, CD and A3. RGB value is (157,205,163). Sum of RGB (Red+Green+Blue) = 157+205+163=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDA3 is #62325C. Grayscale: #B9B9B9. Windows color (decimal): -6435421 or 10735005. OLE color: 10735005.
HSL color Cylindrical-coordinate representation of color #9DCDA3: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDA3 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 163 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.20 |
| HSL | 127.5º | 0.32% | 0.71% | - |
| HSV(B) | 127.5º | 0.23% | 0.8% | - |
| XYZ | 42.35 | 53.48 | 42.74 | - |
| YUV | 185.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 163 | 0.23 | 0 | 0.20 | 0.20 | 127.5 | 0.32 | 0.71 |
| Hex | 9D | CD | A3 | 17 | 0 | 14 | 14 | 80 | 20 | 47 |
| Octal | 235 | 315 | 243 | 27 | 0 | 24 | 24 | 200 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10100011 | 10111 | 0 | 10100 | 10100 | 10000000 | 100000 | 1000111 |
Color Harmonies of #9DCDA3
Complementary color
Monochromatic Colors of #9DCDA3
Black with #9DCDA3
Text Example
Text Example
White with #9DCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDA3; }
p { color: rgb(157,205,163); }
H1.HeaderClassName
{
color: #9DCDA3;
}
.AnyTagClassName
{
color: #9DCDA3;
}
</style>
background-color css
<style>
a { background-color: #9DCDA3; }
a { background-color: rgb(157,205,163); }
div.DivClassName
{
background-color: #9DCDA3;
}
.BgClassName
{
background-color: #9DCDA3;
}
</style>
border-color css
<style>
span { border-color: #9DCDA3; }
span { border-color: rgb(157,205,163); }
td.TdClassName
{
border-color: #9DCDA3;
}
.TagClassName
{
border-color: #9DCDA3;
}
</style>