Shades of Chinook #9CDEA7
Tints of Chinook #9CDEA7
RGB
CMYK
RGB Variations
Color information
#9CDEA7 (or 0x9CDEA7) is known color: Chinook. HEX triplet: 9C, DE and A7. RGB value is (156,222,167). Sum of RGB (Red+Green+Blue) = 156+222+167=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEA7 is #632158. Grayscale: #C4C4C4. Windows color (decimal): -6496601 or 11001500. OLE color: 11001500.
HSL color Cylindrical-coordinate representation of color #9CDEA7: hue angle of 130º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEA7 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 167 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.13 |
| HSL | 130º | 0.5% | 0.74% | - |
| HSV(B) | 130º | 0.3% | 0.87% | - |
| XYZ | 46.81 | 62.1 | 46.08 | - |
| YUV | 196 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 167 | 0.30 | 0 | 0.25 | 0.13 | 130 | 0.5 | 0.74 |
| Hex | 9C | DE | A7 | 1E | 0 | 19 | D | 82 | 32 | 4A |
| Octal | 234 | 336 | 247 | 36 | 0 | 31 | 15 | 202 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10100111 | 11110 | 0 | 11001 | 1101 | 10000010 | 110010 | 1001010 |
Color Harmonies of #9CDEA7
Complementary color
Monochromatic Colors of #9CDEA7
Black with #9CDEA7
Text Example
Text Example
White with #9CDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEA7; }
p { color: rgb(156,222,167); }
H1.HeaderClassName
{
color: #9CDEA7;
}
.AnyTagClassName
{
color: #9CDEA7;
}
</style>
background-color css
<style>
a { background-color: #9CDEA7; }
a { background-color: rgb(156,222,167); }
div.DivClassName
{
background-color: #9CDEA7;
}
.BgClassName
{
background-color: #9CDEA7;
}
</style>
border-color css
<style>
span { border-color: #9CDEA7; }
span { border-color: rgb(156,222,167); }
td.TdClassName
{
border-color: #9CDEA7;
}
.TagClassName
{
border-color: #9CDEA7;
}
</style>