Shades of Chinook #9FCDA5
Tints of Chinook #9FCDA5
RGB
CMYK
RGB Variations
Color information
#9FCDA5 (or 0x9FCDA5) is known color: Chinook. HEX triplet: 9F, CD and A5. RGB value is (159,205,165). Sum of RGB (Red+Green+Blue) = 159+205+165=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCDA5 is #60325A. Grayscale: #BABABA. Windows color (decimal): -6304347 or 10866079. OLE color: 10866079.
HSL color Cylindrical-coordinate representation of color #9FCDA5: hue angle of 127.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCDA5 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 165 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.20 |
| HSL | 127.83º | 0.32% | 0.71% | - |
| HSV(B) | 127.83º | 0.22% | 0.8% | - |
| XYZ | 42.92 | 53.75 | 43.71 | - |
| YUV | 186.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 165 | 0.22 | 0 | 0.20 | 0.20 | 127.83 | 0.32 | 0.71 |
| Hex | 9F | CD | A5 | 16 | 0 | 14 | 14 | 80 | 20 | 47 |
| Octal | 237 | 315 | 245 | 26 | 0 | 24 | 24 | 200 | 40 | 107 |
| Binary | 10011111 | 11001101 | 10100101 | 10110 | 0 | 10100 | 10100 | 10000000 | 100000 | 1000111 |
Color Harmonies of #9FCDA5
Complementary color
Monochromatic Colors of #9FCDA5
Black with #9FCDA5
Text Example
Text Example
White with #9FCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDA5; }
p { color: rgb(159,205,165); }
H1.HeaderClassName
{
color: #9FCDA5;
}
.AnyTagClassName
{
color: #9FCDA5;
}
</style>
background-color css
<style>
a { background-color: #9FCDA5; }
a { background-color: rgb(159,205,165); }
div.DivClassName
{
background-color: #9FCDA5;
}
.BgClassName
{
background-color: #9FCDA5;
}
</style>
border-color css
<style>
span { border-color: #9FCDA5; }
span { border-color: rgb(159,205,165); }
td.TdClassName
{
border-color: #9FCDA5;
}
.TagClassName
{
border-color: #9FCDA5;
}
</style>