Shades of Chinook #96E7AC
Tints of Chinook #96E7AC
RGB
CMYK
RGB Variations
Color information
#96E7AC (or 0x96E7AC) is known color: Chinook. HEX triplet: 96, E7 and AC. RGB value is (150,231,172). Sum of RGB (Red+Green+Blue) = 150+231+172=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E7AC is #691853. Grayscale: #C8C8C8. Windows color (decimal): -6887508 or 11331478. OLE color: 11331478.
HSL color Cylindrical-coordinate representation of color #96E7AC: hue angle of 136.3º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7AC is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 172 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.09 |
| HSL | 136.3º | 0.63% | 0.75% | - |
| HSV(B) | 136.3º | 0.35% | 0.91% | - |
| XYZ | 48.6 | 66.61 | 49.33 | - |
| YUV | 200.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 172 | 0.35 | 0 | 0.26 | 0.09 | 136.3 | 0.63 | 0.75 |
| Hex | 96 | E7 | AC | 23 | 0 | 1A | 9 | 88 | 3F | 4B |
| Octal | 226 | 347 | 254 | 43 | 0 | 32 | 11 | 210 | 77 | 113 |
| Binary | 10010110 | 11100111 | 10101100 | 100011 | 0 | 11010 | 1001 | 10001000 | 111111 | 1001011 |
Color Harmonies of #96E7AC
Complementary color
Monochromatic Colors of #96E7AC
Black with #96E7AC
Text Example
Text Example
White with #96E7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7AC; }
p { color: rgb(150,231,172); }
H1.HeaderClassName
{
color: #96E7AC;
}
.AnyTagClassName
{
color: #96E7AC;
}
</style>
background-color css
<style>
a { background-color: #96E7AC; }
a { background-color: rgb(150,231,172); }
div.DivClassName
{
background-color: #96E7AC;
}
.BgClassName
{
background-color: #96E7AC;
}
</style>
border-color css
<style>
span { border-color: #96E7AC; }
span { border-color: rgb(150,231,172); }
td.TdClassName
{
border-color: #96E7AC;
}
.TagClassName
{
border-color: #96E7AC;
}
</style>