Shades of Chinook #96E4AD
Tints of Chinook #96E4AD
RGB
CMYK
RGB Variations
Color information
#96E4AD (or 0x96E4AD) is known color: Chinook. HEX triplet: 96, E4 and AD. RGB value is (150,228,173). Sum of RGB (Red+Green+Blue) = 150+228+173=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E4AD is #691B52. Grayscale: #C6C6C6. Windows color (decimal): -6888275 or 11396246. OLE color: 11396246.
HSL color Cylindrical-coordinate representation of color #96E4AD: hue angle of 137.69º degrees, saturation: 0.59, 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 #96E4AD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 173 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.11 |
| HSL | 137.69º | 0.59% | 0.74% | - |
| HSV(B) | 137.69º | 0.34% | 0.89% | - |
| XYZ | 47.86 | 64.99 | 49.56 | - |
| YUV | 198.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 173 | 0.34 | 0 | 0.24 | 0.11 | 137.69 | 0.59 | 0.74 |
| Hex | 96 | E4 | AD | 22 | 0 | 18 | B | 8A | 3B | 4A |
| Octal | 226 | 344 | 255 | 42 | 0 | 30 | 13 | 212 | 73 | 112 |
| Binary | 10010110 | 11100100 | 10101101 | 100010 | 0 | 11000 | 1011 | 10001010 | 111011 | 1001010 |
Color Harmonies of #96E4AD
Complementary color
Monochromatic Colors of #96E4AD
Black with #96E4AD
Text Example
Text Example
White with #96E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4AD; }
p { color: rgb(150,228,173); }
H1.HeaderClassName
{
color: #96E4AD;
}
.AnyTagClassName
{
color: #96E4AD;
}
</style>
background-color css
<style>
a { background-color: #96E4AD; }
a { background-color: rgb(150,228,173); }
div.DivClassName
{
background-color: #96E4AD;
}
.BgClassName
{
background-color: #96E4AD;
}
</style>
border-color css
<style>
span { border-color: #96E4AD; }
span { border-color: rgb(150,228,173); }
td.TdClassName
{
border-color: #96E4AD;
}
.TagClassName
{
border-color: #96E4AD;
}
</style>