Shades of Chinook #96DF9F
Tints of Chinook #96DF9F
RGB
CMYK
RGB Variations
Color information
#96DF9F (or 0x96DF9F) is known color: Chinook. HEX triplet: 96, DF and 9F. RGB value is (150,223,159). Sum of RGB (Red+Green+Blue) = 150+223+159=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9F is #692060. Grayscale: #C2C2C2. Windows color (decimal): -6889569 or 10477462. OLE color: 10477462.
HSL color Cylindrical-coordinate representation of color #96DF9F: hue angle of 127.4º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DF9F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 159 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.13 |
| HSL | 127.4º | 0.53% | 0.73% | - |
| HSV(B) | 127.4º | 0.33% | 0.87% | - |
| XYZ | 45.22 | 61.76 | 42.34 | - |
| YUV | 193.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 159 | 0.33 | 0 | 0.29 | 0.13 | 127.4 | 0.53 | 0.73 |
| Hex | 96 | DF | 9F | 21 | 0 | 1D | D | 7F | 35 | 49 |
| Octal | 226 | 337 | 237 | 41 | 0 | 35 | 15 | 177 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10011111 | 100001 | 0 | 11101 | 1101 | 1111111 | 110101 | 1001001 |
Color Harmonies of #96DF9F
Complementary color
Monochromatic Colors of #96DF9F
Black with #96DF9F
Text Example
Text Example
White with #96DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF9F; }
p { color: rgb(150,223,159); }
H1.HeaderClassName
{
color: #96DF9F;
}
.AnyTagClassName
{
color: #96DF9F;
}
</style>
background-color css
<style>
a { background-color: #96DF9F; }
a { background-color: rgb(150,223,159); }
div.DivClassName
{
background-color: #96DF9F;
}
.BgClassName
{
background-color: #96DF9F;
}
</style>
border-color css
<style>
span { border-color: #96DF9F; }
span { border-color: rgb(150,223,159); }
td.TdClassName
{
border-color: #96DF9F;
}
.TagClassName
{
border-color: #96DF9F;
}
</style>