Shades of Chinook #9CDD9F
Tints of Chinook #9CDD9F
RGB
CMYK
RGB Variations
Color information
#9CDD9F (or 0x9CDD9F) is known color: Chinook. HEX triplet: 9C, DD and 9F. RGB value is (156,221,159). Sum of RGB (Red+Green+Blue) = 156+221+159=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD9F is #632260. Grayscale: #C2C2C2. Windows color (decimal): -6496865 or 10476956. OLE color: 10476956.
HSL color Cylindrical-coordinate representation of color #9CDD9F: hue angle of 122.77º degrees, saturation: 0.49, 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 #9CDD9F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 159 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.13 |
| HSL | 122.77º | 0.49% | 0.74% | - |
| HSV(B) | 122.77º | 0.29% | 0.87% | - |
| XYZ | 45.82 | 61.28 | 42.21 | - |
| YUV | 194.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 159 | 0.29 | 0 | 0.28 | 0.13 | 122.77 | 0.49 | 0.74 |
| Hex | 9C | DD | 9F | 1D | 0 | 1C | D | 7B | 31 | 4A |
| Octal | 234 | 335 | 237 | 35 | 0 | 34 | 15 | 173 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10011111 | 11101 | 0 | 11100 | 1101 | 1111011 | 110001 | 1001010 |
Color Harmonies of #9CDD9F
Complementary color
Monochromatic Colors of #9CDD9F
Black with #9CDD9F
Text Example
Text Example
White with #9CDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD9F; }
p { color: rgb(156,221,159); }
H1.HeaderClassName
{
color: #9CDD9F;
}
.AnyTagClassName
{
color: #9CDD9F;
}
</style>
background-color css
<style>
a { background-color: #9CDD9F; }
a { background-color: rgb(156,221,159); }
div.DivClassName
{
background-color: #9CDD9F;
}
.BgClassName
{
background-color: #9CDD9F;
}
</style>
border-color css
<style>
span { border-color: #9CDD9F; }
span { border-color: rgb(156,221,159); }
td.TdClassName
{
border-color: #9CDD9F;
}
.TagClassName
{
border-color: #9CDD9F;
}
</style>