Shades of Chinook #9DDDA1
Tints of Chinook #9DDDA1
RGB
CMYK
RGB Variations
Color information
#9DDDA1 (or 0x9DDDA1) is known color: Chinook. HEX triplet: 9D, DD and A1. RGB value is (157,221,161). Sum of RGB (Red+Green+Blue) = 157+221+161=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDA1 is #62225E. Grayscale: #C3C3C3. Windows color (decimal): -6431327 or 10608029. OLE color: 10608029.
HSL color Cylindrical-coordinate representation of color #9DDDA1: hue angle of 123.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDA1 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 161 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.13 |
| HSL | 123.75º | 0.48% | 0.74% | - |
| HSV(B) | 123.75º | 0.29% | 0.87% | - |
| XYZ | 46.19 | 61.45 | 43.15 | - |
| YUV | 195.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 161 | 0.29 | 0 | 0.27 | 0.13 | 123.75 | 0.48 | 0.74 |
| Hex | 9D | DD | A1 | 1D | 0 | 1B | D | 7C | 30 | 4A |
| Octal | 235 | 335 | 241 | 35 | 0 | 33 | 15 | 174 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10100001 | 11101 | 0 | 11011 | 1101 | 1111100 | 110000 | 1001010 |
Color Harmonies of #9DDDA1
Complementary color
Monochromatic Colors of #9DDDA1
Black with #9DDDA1
Text Example
Text Example
White with #9DDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDA1; }
p { color: rgb(157,221,161); }
H1.HeaderClassName
{
color: #9DDDA1;
}
.AnyTagClassName
{
color: #9DDDA1;
}
</style>
background-color css
<style>
a { background-color: #9DDDA1; }
a { background-color: rgb(157,221,161); }
div.DivClassName
{
background-color: #9DDDA1;
}
.BgClassName
{
background-color: #9DDDA1;
}
</style>
border-color css
<style>
span { border-color: #9DDDA1; }
span { border-color: rgb(157,221,161); }
td.TdClassName
{
border-color: #9DDDA1;
}
.TagClassName
{
border-color: #9DDDA1;
}
</style>