Shades of Chinook #96DC9F
Tints of Chinook #96DC9F
RGB
CMYK
RGB Variations
Color information
#96DC9F (or 0x96DC9F) is known color: Chinook. HEX triplet: 96, DC and 9F. RGB value is (150,220,159). Sum of RGB (Red+Green+Blue) = 150+220+159=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC9F is #692360. Grayscale: #C0C0C0. Windows color (decimal): -6890337 or 10476694. OLE color: 10476694.
HSL color Cylindrical-coordinate representation of color #96DC9F: hue angle of 127.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DC9F is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 159 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.14 |
| HSL | 127.71º | 0.5% | 0.73% | - |
| HSV(B) | 127.71º | 0.32% | 0.86% | - |
| XYZ | 44.43 | 60.17 | 42.07 | - |
| YUV | 192.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 159 | 0.32 | 0 | 0.28 | 0.14 | 127.71 | 0.5 | 0.73 |
| Hex | 96 | DC | 9F | 20 | 0 | 1C | E | 80 | 32 | 49 |
| Octal | 226 | 334 | 237 | 40 | 0 | 34 | 16 | 200 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10011111 | 100000 | 0 | 11100 | 1110 | 10000000 | 110010 | 1001001 |
Color Harmonies of #96DC9F
Complementary color
Monochromatic Colors of #96DC9F
Black with #96DC9F
Text Example
Text Example
White with #96DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC9F; }
p { color: rgb(150,220,159); }
H1.HeaderClassName
{
color: #96DC9F;
}
.AnyTagClassName
{
color: #96DC9F;
}
</style>
background-color css
<style>
a { background-color: #96DC9F; }
a { background-color: rgb(150,220,159); }
div.DivClassName
{
background-color: #96DC9F;
}
.BgClassName
{
background-color: #96DC9F;
}
</style>
border-color css
<style>
span { border-color: #96DC9F; }
span { border-color: rgb(150,220,159); }
td.TdClassName
{
border-color: #96DC9F;
}
.TagClassName
{
border-color: #96DC9F;
}
</style>