Shades of Chinook #9DCDA2
Tints of Chinook #9DCDA2
RGB
CMYK
RGB Variations
Color information
#9DCDA2 (or 0x9DCDA2) is known color: Chinook. HEX triplet: 9D, CD and A2. RGB value is (157,205,162). Sum of RGB (Red+Green+Blue) = 157+205+162=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDA2 is #62325D. Grayscale: #B9B9B9. Windows color (decimal): -6435422 or 10669469. OLE color: 10669469.
HSL color Cylindrical-coordinate representation of color #9DCDA2: hue angle of 126.25º 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 #9DCDA2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 162 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.20 |
| HSL | 126.25º | 0.32% | 0.71% | - |
| HSV(B) | 126.25º | 0.23% | 0.8% | - |
| XYZ | 42.26 | 53.44 | 42.27 | - |
| YUV | 185.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 162 | 0.23 | 0 | 0.21 | 0.20 | 126.25 | 0.32 | 0.71 |
| Hex | 9D | CD | A2 | 17 | 0 | 15 | 14 | 7E | 20 | 47 |
| Octal | 235 | 315 | 242 | 27 | 0 | 25 | 24 | 176 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10100010 | 10111 | 0 | 10101 | 10100 | 1111110 | 100000 | 1000111 |
Color Harmonies of #9DCDA2
Complementary color
Monochromatic Colors of #9DCDA2
Black with #9DCDA2
Text Example
Text Example
White with #9DCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDA2; }
p { color: rgb(157,205,162); }
H1.HeaderClassName
{
color: #9DCDA2;
}
.AnyTagClassName
{
color: #9DCDA2;
}
</style>
background-color css
<style>
a { background-color: #9DCDA2; }
a { background-color: rgb(157,205,162); }
div.DivClassName
{
background-color: #9DCDA2;
}
.BgClassName
{
background-color: #9DCDA2;
}
</style>
border-color css
<style>
span { border-color: #9DCDA2; }
span { border-color: rgb(157,205,162); }
td.TdClassName
{
border-color: #9DCDA2;
}
.TagClassName
{
border-color: #9DCDA2;
}
</style>