Shades of Chinook #96E0A2
Tints of Chinook #96E0A2
RGB
CMYK
RGB Variations
Color information
#96E0A2 (or 0x96E0A2) is known color: Chinook. HEX triplet: 96, E0 and A2. RGB value is (150,224,162). Sum of RGB (Red+Green+Blue) = 150+224+162=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E0A2 is #691F5D. Grayscale: #C2C2C2. Windows color (decimal): -6889310 or 10674326. OLE color: 10674326.
HSL color Cylindrical-coordinate representation of color #96E0A2: hue angle of 129.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0A2 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 162 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.12 |
| HSL | 129.73º | 0.54% | 0.73% | - |
| HSV(B) | 129.73º | 0.33% | 0.88% | - |
| XYZ | 45.75 | 62.4 | 43.82 | - |
| YUV | 194.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 162 | 0.33 | 0 | 0.28 | 0.12 | 129.73 | 0.54 | 0.73 |
| Hex | 96 | E0 | A2 | 21 | 0 | 1C | C | 82 | 36 | 49 |
| Octal | 226 | 340 | 242 | 41 | 0 | 34 | 14 | 202 | 66 | 111 |
| Binary | 10010110 | 11100000 | 10100010 | 100001 | 0 | 11100 | 1100 | 10000010 | 110110 | 1001001 |
Color Harmonies of #96E0A2
Complementary color
Monochromatic Colors of #96E0A2
Black with #96E0A2
Text Example
Text Example
White with #96E0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E0A2; }
p { color: rgb(150,224,162); }
H1.HeaderClassName
{
color: #96E0A2;
}
.AnyTagClassName
{
color: #96E0A2;
}
</style>
background-color css
<style>
a { background-color: #96E0A2; }
a { background-color: rgb(150,224,162); }
div.DivClassName
{
background-color: #96E0A2;
}
.BgClassName
{
background-color: #96E0A2;
}
</style>
border-color css
<style>
span { border-color: #96E0A2; }
span { border-color: rgb(150,224,162); }
td.TdClassName
{
border-color: #96E0A2;
}
.TagClassName
{
border-color: #96E0A2;
}
</style>