Shades of Chinook #96E2A0
Tints of Chinook #96E2A0
RGB
CMYK
RGB Variations
Color information
#96E2A0 (or 0x96E2A0) is known color: Chinook. HEX triplet: 96, E2 and A0. RGB value is (150,226,160). Sum of RGB (Red+Green+Blue) = 150+226+160=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E2A0 is #691D5F. Grayscale: #C3C3C3. Windows color (decimal): -6888800 or 10543766. OLE color: 10543766.
HSL color Cylindrical-coordinate representation of color #96E2A0: hue angle of 127.89º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E2A0 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 160 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.11 |
| HSL | 127.89º | 0.57% | 0.74% | - |
| HSV(B) | 127.89º | 0.34% | 0.89% | - |
| XYZ | 46.12 | 63.41 | 43.07 | - |
| YUV | 195.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 160 | 0.34 | 0 | 0.29 | 0.11 | 127.89 | 0.57 | 0.74 |
| Hex | 96 | E2 | A0 | 22 | 0 | 1D | B | 80 | 39 | 4A |
| Octal | 226 | 342 | 240 | 42 | 0 | 35 | 13 | 200 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10100000 | 100010 | 0 | 11101 | 1011 | 10000000 | 111001 | 1001010 |
Color Harmonies of #96E2A0
Complementary color
Monochromatic Colors of #96E2A0
Black with #96E2A0
Text Example
Text Example
White with #96E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E2A0; }
p { color: rgb(150,226,160); }
H1.HeaderClassName
{
color: #96E2A0;
}
.AnyTagClassName
{
color: #96E2A0;
}
</style>
background-color css
<style>
a { background-color: #96E2A0; }
a { background-color: rgb(150,226,160); }
div.DivClassName
{
background-color: #96E2A0;
}
.BgClassName
{
background-color: #96E2A0;
}
</style>
border-color css
<style>
span { border-color: #96E2A0; }
span { border-color: rgb(150,226,160); }
td.TdClassName
{
border-color: #96E2A0;
}
.TagClassName
{
border-color: #96E2A0;
}
</style>