Shades of Chinook #96EAA9
Tints of Chinook #96EAA9
RGB
CMYK
RGB Variations
Color information
#96EAA9 (or 0x96EAA9) is known color: Chinook. HEX triplet: 96, EA and A9. RGB value is (150,234,169). Sum of RGB (Red+Green+Blue) = 150+234+169=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EAA9 is #691556. Grayscale: #C9C9C9. Windows color (decimal): -6886743 or 11135638. OLE color: 11135638.
HSL color Cylindrical-coordinate representation of color #96EAA9: hue angle of 133.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAA9 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 169 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.08 |
| HSL | 133.57º | 0.67% | 0.75% | - |
| HSV(B) | 133.57º | 0.36% | 0.92% | - |
| XYZ | 49.16 | 68.19 | 48.11 | - |
| YUV | 201.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 169 | 0.36 | 0 | 0.28 | 0.08 | 133.57 | 0.67 | 0.75 |
| Hex | 96 | EA | A9 | 24 | 0 | 1C | 8 | 86 | 43 | 4B |
| Octal | 226 | 352 | 251 | 44 | 0 | 34 | 10 | 206 | 103 | 113 |
| Binary | 10010110 | 11101010 | 10101001 | 100100 | 0 | 11100 | 1000 | 10000110 | 1000011 | 1001011 |
Color Harmonies of #96EAA9
Complementary color
Monochromatic Colors of #96EAA9
Black with #96EAA9
Text Example
Text Example
White with #96EAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EAA9; }
p { color: rgb(150,234,169); }
H1.HeaderClassName
{
color: #96EAA9;
}
.AnyTagClassName
{
color: #96EAA9;
}
</style>
background-color css
<style>
a { background-color: #96EAA9; }
a { background-color: rgb(150,234,169); }
div.DivClassName
{
background-color: #96EAA9;
}
.BgClassName
{
background-color: #96EAA9;
}
</style>
border-color css
<style>
span { border-color: #96EAA9; }
span { border-color: rgb(150,234,169); }
td.TdClassName
{
border-color: #96EAA9;
}
.TagClassName
{
border-color: #96EAA9;
}
</style>