Shades of Chinook #99E5A7
Tints of Chinook #99E5A7
RGB
CMYK
RGB Variations
Color information
#99E5A7 (or 0x99E5A7) is known color: Chinook. HEX triplet: 99, E5 and A7. RGB value is (153,229,167). Sum of RGB (Red+Green+Blue) = 153+229+167=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E5A7 is #661A58. Grayscale: #C7C7C7. Windows color (decimal): -6691417 or 11003289. OLE color: 11003289.
HSL color Cylindrical-coordinate representation of color #99E5A7: hue angle of 131.05º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5A7 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 167 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.10 |
| HSL | 131.05º | 0.59% | 0.75% | - |
| HSV(B) | 131.05º | 0.33% | 0.9% | - |
| XYZ | 48.13 | 65.6 | 46.68 | - |
| YUV | 199.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 167 | 0.33 | 0 | 0.27 | 0.10 | 131.05 | 0.59 | 0.75 |
| Hex | 99 | E5 | A7 | 21 | 0 | 1B | A | 83 | 3B | 4B |
| Octal | 231 | 345 | 247 | 41 | 0 | 33 | 12 | 203 | 73 | 113 |
| Binary | 10011001 | 11100101 | 10100111 | 100001 | 0 | 11011 | 1010 | 10000011 | 111011 | 1001011 |
Color Harmonies of #99E5A7
Complementary color
Monochromatic Colors of #99E5A7
Black with #99E5A7
Text Example
Text Example
White with #99E5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5A7; }
p { color: rgb(153,229,167); }
H1.HeaderClassName
{
color: #99E5A7;
}
.AnyTagClassName
{
color: #99E5A7;
}
</style>
background-color css
<style>
a { background-color: #99E5A7; }
a { background-color: rgb(153,229,167); }
div.DivClassName
{
background-color: #99E5A7;
}
.BgClassName
{
background-color: #99E5A7;
}
</style>
border-color css
<style>
span { border-color: #99E5A7; }
span { border-color: rgb(153,229,167); }
td.TdClassName
{
border-color: #99E5A7;
}
.TagClassName
{
border-color: #99E5A7;
}
</style>