Shades of Chinook #96E9A6
Tints of Chinook #96E9A6
RGB
CMYK
RGB Variations
Color information
#96E9A6 (or 0x96E9A6) is known color: Chinook. HEX triplet: 96, E9 and A6. RGB value is (150,233,166). Sum of RGB (Red+Green+Blue) = 150+233+166=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E9A6 is #691659. Grayscale: #C8C8C8. Windows color (decimal): -6887002 or 10938774. OLE color: 10938774.
HSL color Cylindrical-coordinate representation of color #96E9A6: hue angle of 131.57º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9A6 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 166 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.09 |
| HSL | 131.57º | 0.65% | 0.75% | - |
| HSV(B) | 131.57º | 0.36% | 0.91% | - |
| XYZ | 48.6 | 67.52 | 46.55 | - |
| YUV | 200.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 166 | 0.36 | 0 | 0.29 | 0.09 | 131.57 | 0.65 | 0.75 |
| Hex | 96 | E9 | A6 | 24 | 0 | 1D | 9 | 84 | 41 | 4B |
| Octal | 226 | 351 | 246 | 44 | 0 | 35 | 11 | 204 | 101 | 113 |
| Binary | 10010110 | 11101001 | 10100110 | 100100 | 0 | 11101 | 1001 | 10000100 | 1000001 | 1001011 |
Color Harmonies of #96E9A6
Complementary color
Monochromatic Colors of #96E9A6
Black with #96E9A6
Text Example
Text Example
White with #96E9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E9A6; }
p { color: rgb(150,233,166); }
H1.HeaderClassName
{
color: #96E9A6;
}
.AnyTagClassName
{
color: #96E9A6;
}
</style>
background-color css
<style>
a { background-color: #96E9A6; }
a { background-color: rgb(150,233,166); }
div.DivClassName
{
background-color: #96E9A6;
}
.BgClassName
{
background-color: #96E9A6;
}
</style>
border-color css
<style>
span { border-color: #96E9A6; }
span { border-color: rgb(150,233,166); }
td.TdClassName
{
border-color: #96E9A6;
}
.TagClassName
{
border-color: #96E9A6;
}
</style>