Shades of Chinook #96E5A1
Tints of Chinook #96E5A1
RGB
CMYK
RGB Variations
Color information
#96E5A1 (or 0x96E5A1) is known color: Chinook. HEX triplet: 96, E5 and A1. RGB value is (150,229,161). Sum of RGB (Red+Green+Blue) = 150+229+161=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E5A1 is #691A5E. Grayscale: #C5C5C5. Windows color (decimal): -6888031 or 10610070. OLE color: 10610070.
HSL color Cylindrical-coordinate representation of color #96E5A1: hue angle of 128.35º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5A1 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 161 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.10 |
| HSL | 128.35º | 0.6% | 0.74% | - |
| HSV(B) | 128.35º | 0.34% | 0.9% | - |
| XYZ | 47.03 | 65.1 | 43.8 | - |
| YUV | 197.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 161 | 0.34 | 0 | 0.30 | 0.10 | 128.35 | 0.6 | 0.74 |
| Hex | 96 | E5 | A1 | 22 | 0 | 1E | A | 80 | 3C | 4A |
| Octal | 226 | 345 | 241 | 42 | 0 | 36 | 12 | 200 | 74 | 112 |
| Binary | 10010110 | 11100101 | 10100001 | 100010 | 0 | 11110 | 1010 | 10000000 | 111100 | 1001010 |
Color Harmonies of #96E5A1
Complementary color
Monochromatic Colors of #96E5A1
Black with #96E5A1
Text Example
Text Example
White with #96E5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5A1; }
p { color: rgb(150,229,161); }
H1.HeaderClassName
{
color: #96E5A1;
}
.AnyTagClassName
{
color: #96E5A1;
}
</style>
background-color css
<style>
a { background-color: #96E5A1; }
a { background-color: rgb(150,229,161); }
div.DivClassName
{
background-color: #96E5A1;
}
.BgClassName
{
background-color: #96E5A1;
}
</style>
border-color css
<style>
span { border-color: #96E5A1; }
span { border-color: rgb(150,229,161); }
td.TdClassName
{
border-color: #96E5A1;
}
.TagClassName
{
border-color: #96E5A1;
}
</style>