Shades of Chinook #96E29F
Tints of Chinook #96E29F
RGB
CMYK
RGB Variations
Color information
#96E29F (or 0x96E29F) is known color: Chinook. HEX triplet: 96, E2 and 9F. RGB value is (150,226,159). Sum of RGB (Red+Green+Blue) = 150+226+159=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #96E29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E29F is #691D60. Grayscale: #C3C3C3. Windows color (decimal): -6888801 or 10478230. OLE color: 10478230.
HSL color Cylindrical-coordinate representation of color #96E29F: hue angle of 127.11º 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 #96E29F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 159 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.11 |
| HSL | 127.11º | 0.57% | 0.74% | - |
| HSV(B) | 127.11º | 0.34% | 0.89% | - |
| XYZ | 46.03 | 63.38 | 42.61 | - |
| YUV | 195.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 159 | 0.34 | 0 | 0.30 | 0.11 | 127.11 | 0.57 | 0.74 |
| Hex | 96 | E2 | 9F | 22 | 0 | 1E | B | 7F | 39 | 4A |
| Octal | 226 | 342 | 237 | 42 | 0 | 36 | 13 | 177 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10011111 | 100010 | 0 | 11110 | 1011 | 1111111 | 111001 | 1001010 |
Color Harmonies of #96E29F
Complementary color
Monochromatic Colors of #96E29F
Black with #96E29F
Text Example
Text Example
White with #96E29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E29F; }
p { color: rgb(150,226,159); }
H1.HeaderClassName
{
color: #96E29F;
}
.AnyTagClassName
{
color: #96E29F;
}
</style>
background-color css
<style>
a { background-color: #96E29F; }
a { background-color: rgb(150,226,159); }
div.DivClassName
{
background-color: #96E29F;
}
.BgClassName
{
background-color: #96E29F;
}
</style>
border-color css
<style>
span { border-color: #96E29F; }
span { border-color: rgb(150,226,159); }
td.TdClassName
{
border-color: #96E29F;
}
.TagClassName
{
border-color: #96E29F;
}
</style>