Shades of Chinook #96E7A6
Tints of Chinook #96E7A6
RGB
CMYK
RGB Variations
Color information
#96E7A6 (or 0x96E7A6) is known color: Chinook. HEX triplet: 96, E7 and A6. RGB value is (150,231,166). Sum of RGB (Red+Green+Blue) = 150+231+166=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E7A6 is #691859. Grayscale: #C7C7C7. Windows color (decimal): -6887514 or 10938262. OLE color: 10938262.
HSL color Cylindrical-coordinate representation of color #96E7A6: hue angle of 131.85º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7A6 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 166 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.09 |
| HSL | 131.85º | 0.63% | 0.75% | - |
| HSV(B) | 131.85º | 0.35% | 0.91% | - |
| XYZ | 48.04 | 66.39 | 46.36 | - |
| YUV | 199.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 166 | 0.35 | 0 | 0.28 | 0.09 | 131.85 | 0.63 | 0.75 |
| Hex | 96 | E7 | A6 | 23 | 0 | 1C | 9 | 84 | 3F | 4B |
| Octal | 226 | 347 | 246 | 43 | 0 | 34 | 11 | 204 | 77 | 113 |
| Binary | 10010110 | 11100111 | 10100110 | 100011 | 0 | 11100 | 1001 | 10000100 | 111111 | 1001011 |
Color Harmonies of #96E7A6
Complementary color
Monochromatic Colors of #96E7A6
Black with #96E7A6
Text Example
Text Example
White with #96E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7A6; }
p { color: rgb(150,231,166); }
H1.HeaderClassName
{
color: #96E7A6;
}
.AnyTagClassName
{
color: #96E7A6;
}
</style>
background-color css
<style>
a { background-color: #96E7A6; }
a { background-color: rgb(150,231,166); }
div.DivClassName
{
background-color: #96E7A6;
}
.BgClassName
{
background-color: #96E7A6;
}
</style>
border-color css
<style>
span { border-color: #96E7A6; }
span { border-color: rgb(150,231,166); }
td.TdClassName
{
border-color: #96E7A6;
}
.TagClassName
{
border-color: #96E7A6;
}
</style>