Shades of Chinook #9FCDA2
Tints of Chinook #9FCDA2
RGB
CMYK
RGB Variations
Color information
#9FCDA2 (or 0x9FCDA2) is known color: Chinook. HEX triplet: 9F, CD and A2. RGB value is (159,205,162). Sum of RGB (Red+Green+Blue) = 159+205+162=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCDA2 is #60325D. Grayscale: #BABABA. Windows color (decimal): -6304350 or 10669471. OLE color: 10669471.
HSL color Cylindrical-coordinate representation of color #9FCDA2: hue angle of 123.91º 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 #9FCDA2 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 162 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.20 |
| HSL | 123.91º | 0.32% | 0.71% | - |
| HSV(B) | 123.91º | 0.22% | 0.8% | - |
| XYZ | 42.65 | 53.64 | 42.29 | - |
| YUV | 186.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 162 | 0.22 | 0 | 0.21 | 0.20 | 123.91 | 0.32 | 0.71 |
| Hex | 9F | CD | A2 | 16 | 0 | 15 | 14 | 7C | 20 | 47 |
| Octal | 237 | 315 | 242 | 26 | 0 | 25 | 24 | 174 | 40 | 107 |
| Binary | 10011111 | 11001101 | 10100010 | 10110 | 0 | 10101 | 10100 | 1111100 | 100000 | 1000111 |
Color Harmonies of #9FCDA2
Complementary color
Monochromatic Colors of #9FCDA2
Black with #9FCDA2
Text Example
Text Example
White with #9FCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDA2; }
p { color: rgb(159,205,162); }
H1.HeaderClassName
{
color: #9FCDA2;
}
.AnyTagClassName
{
color: #9FCDA2;
}
</style>
background-color css
<style>
a { background-color: #9FCDA2; }
a { background-color: rgb(159,205,162); }
div.DivClassName
{
background-color: #9FCDA2;
}
.BgClassName
{
background-color: #9FCDA2;
}
</style>
border-color css
<style>
span { border-color: #9FCDA2; }
span { border-color: rgb(159,205,162); }
td.TdClassName
{
border-color: #9FCDA2;
}
.TagClassName
{
border-color: #9FCDA2;
}
</style>