Shades of Chinook #96E2A4
Tints of Chinook #96E2A4
RGB
CMYK
RGB Variations
Color information
#96E2A4 (or 0x96E2A4) is known color: Chinook. HEX triplet: 96, E2 and A4. RGB value is (150,226,164). Sum of RGB (Red+Green+Blue) = 150+226+164=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E2A4 is #691D5B. Grayscale: #C4C4C4. Windows color (decimal): -6888796 or 10805910. OLE color: 10805910.
HSL color Cylindrical-coordinate representation of color #96E2A4: hue angle of 131.05º 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 #96E2A4 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 164 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.11 |
| HSL | 131.05º | 0.57% | 0.74% | - |
| HSV(B) | 131.05º | 0.34% | 0.89% | - |
| XYZ | 46.47 | 63.56 | 44.94 | - |
| YUV | 196.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 164 | 0.34 | 0 | 0.27 | 0.11 | 131.05 | 0.57 | 0.74 |
| Hex | 96 | E2 | A4 | 22 | 0 | 1B | B | 83 | 39 | 4A |
| Octal | 226 | 342 | 244 | 42 | 0 | 33 | 13 | 203 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10100100 | 100010 | 0 | 11011 | 1011 | 10000011 | 111001 | 1001010 |
Color Harmonies of #96E2A4
Complementary color
Monochromatic Colors of #96E2A4
Black with #96E2A4
Text Example
Text Example
White with #96E2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E2A4; }
p { color: rgb(150,226,164); }
H1.HeaderClassName
{
color: #96E2A4;
}
.AnyTagClassName
{
color: #96E2A4;
}
</style>
background-color css
<style>
a { background-color: #96E2A4; }
a { background-color: rgb(150,226,164); }
div.DivClassName
{
background-color: #96E2A4;
}
.BgClassName
{
background-color: #96E2A4;
}
</style>
border-color css
<style>
span { border-color: #96E2A4; }
span { border-color: rgb(150,226,164); }
td.TdClassName
{
border-color: #96E2A4;
}
.TagClassName
{
border-color: #96E2A4;
}
</style>