Shades of Chinook #9DDBA0
Tints of Chinook #9DDBA0
RGB
CMYK
RGB Variations
Color information
#9DDBA0 (or 0x9DDBA0) is known color: Chinook. HEX triplet: 9D, DB and A0. RGB value is (157,219,160). Sum of RGB (Red+Green+Blue) = 157+219+160=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA0 is #62245F. Grayscale: #C1C1C1. Windows color (decimal): -6431840 or 10541981. OLE color: 10541981.
HSL color Cylindrical-coordinate representation of color #9DDBA0: hue angle of 122.9º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 160 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.14 |
| HSL | 122.9º | 0.46% | 0.74% | - |
| HSV(B) | 122.9º | 0.28% | 0.86% | - |
| XYZ | 45.58 | 60.37 | 42.51 | - |
| YUV | 193.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 160 | 0.28 | 0 | 0.27 | 0.14 | 122.9 | 0.46 | 0.74 |
| Hex | 9D | DB | A0 | 1C | 0 | 1B | E | 7B | 2E | 4A |
| Octal | 235 | 333 | 240 | 34 | 0 | 33 | 16 | 173 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10100000 | 11100 | 0 | 11011 | 1110 | 1111011 | 101110 | 1001010 |
Color Harmonies of #9DDBA0
Complementary color
Monochromatic Colors of #9DDBA0
Black with #9DDBA0
Text Example
Text Example
White with #9DDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBA0; }
p { color: rgb(157,219,160); }
H1.HeaderClassName
{
color: #9DDBA0;
}
.AnyTagClassName
{
color: #9DDBA0;
}
</style>
background-color css
<style>
a { background-color: #9DDBA0; }
a { background-color: rgb(157,219,160); }
div.DivClassName
{
background-color: #9DDBA0;
}
.BgClassName
{
background-color: #9DDBA0;
}
</style>
border-color css
<style>
span { border-color: #9DDBA0; }
span { border-color: rgb(157,219,160); }
td.TdClassName
{
border-color: #9DDBA0;
}
.TagClassName
{
border-color: #9DDBA0;
}
</style>