Shades of Chinook #9CDA9F
Tints of Chinook #9CDA9F
RGB
CMYK
RGB Variations
Color information
#9CDA9F (or 0x9CDA9F) is known color: Chinook. HEX triplet: 9C, DA and 9F. RGB value is (156,218,159). Sum of RGB (Red+Green+Blue) = 156+218+159=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDA9F is #632560. Grayscale: #C0C0C0. Windows color (decimal): -6497633 or 10476188. OLE color: 10476188.
HSL color Cylindrical-coordinate representation of color #9CDA9F: hue angle of 122.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDA9F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 159 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.15 |
| HSL | 122.9º | 0.46% | 0.73% | - |
| HSV(B) | 122.9º | 0.28% | 0.85% | - |
| XYZ | 45.04 | 59.71 | 41.95 | - |
| YUV | 192.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 159 | 0.28 | 0 | 0.27 | 0.15 | 122.9 | 0.46 | 0.73 |
| Hex | 9C | DA | 9F | 1C | 0 | 1B | F | 7B | 2E | 49 |
| Octal | 234 | 332 | 237 | 34 | 0 | 33 | 17 | 173 | 56 | 111 |
| Binary | 10011100 | 11011010 | 10011111 | 11100 | 0 | 11011 | 1111 | 1111011 | 101110 | 1001001 |
Color Harmonies of #9CDA9F
Complementary color
Monochromatic Colors of #9CDA9F
Black with #9CDA9F
Text Example
Text Example
White with #9CDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA9F; }
p { color: rgb(156,218,159); }
H1.HeaderClassName
{
color: #9CDA9F;
}
.AnyTagClassName
{
color: #9CDA9F;
}
</style>
background-color css
<style>
a { background-color: #9CDA9F; }
a { background-color: rgb(156,218,159); }
div.DivClassName
{
background-color: #9CDA9F;
}
.BgClassName
{
background-color: #9CDA9F;
}
</style>
border-color css
<style>
span { border-color: #9CDA9F; }
span { border-color: rgb(156,218,159); }
td.TdClassName
{
border-color: #9CDA9F;
}
.TagClassName
{
border-color: #9CDA9F;
}
</style>