Shades of Chinook #9DDCA0
Tints of Chinook #9DDCA0
RGB
CMYK
RGB Variations
Color information
#9DDCA0 (or 0x9DDCA0) is known color: Chinook. HEX triplet: 9D, DC and A0. RGB value is (157,220,160). Sum of RGB (Red+Green+Blue) = 157+220+160=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCA0 is #62235F. Grayscale: #C2C2C2. Windows color (decimal): -6431584 or 10542237. OLE color: 10542237.
HSL color Cylindrical-coordinate representation of color #9DDCA0: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCA0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 160 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.14 |
| HSL | 122.86º | 0.47% | 0.74% | - |
| HSV(B) | 122.86º | 0.29% | 0.86% | - |
| XYZ | 45.84 | 60.89 | 42.59 | - |
| YUV | 194.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 160 | 0.29 | 0 | 0.27 | 0.14 | 122.86 | 0.47 | 0.74 |
| Hex | 9D | DC | A0 | 1D | 0 | 1B | E | 7B | 2F | 4A |
| Octal | 235 | 334 | 240 | 35 | 0 | 33 | 16 | 173 | 57 | 112 |
| Binary | 10011101 | 11011100 | 10100000 | 11101 | 0 | 11011 | 1110 | 1111011 | 101111 | 1001010 |
Color Harmonies of #9DDCA0
Complementary color
Monochromatic Colors of #9DDCA0
Black with #9DDCA0
Text Example
Text Example
White with #9DDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCA0; }
p { color: rgb(157,220,160); }
H1.HeaderClassName
{
color: #9DDCA0;
}
.AnyTagClassName
{
color: #9DDCA0;
}
</style>
background-color css
<style>
a { background-color: #9DDCA0; }
a { background-color: rgb(157,220,160); }
div.DivClassName
{
background-color: #9DDCA0;
}
.BgClassName
{
background-color: #9DDCA0;
}
</style>
border-color css
<style>
span { border-color: #9DDCA0; }
span { border-color: rgb(157,220,160); }
td.TdClassName
{
border-color: #9DDCA0;
}
.TagClassName
{
border-color: #9DDCA0;
}
</style>