Shades of Chinook #99E0A1
Tints of Chinook #99E0A1
RGB
CMYK
RGB Variations
Color information
#99E0A1 (or 0x99E0A1) is known color: Chinook. HEX triplet: 99, E0 and A1. RGB value is (153,224,161). Sum of RGB (Red+Green+Blue) = 153+224+161=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E0A1 is #661F5E. Grayscale: #C3C3C3. Windows color (decimal): -6692703 or 10608793. OLE color: 10608793.
HSL color Cylindrical-coordinate representation of color #99E0A1: hue angle of 126.76º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E0A1 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 161 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.12 |
| HSL | 126.76º | 0.53% | 0.74% | - |
| HSV(B) | 126.76º | 0.32% | 0.88% | - |
| XYZ | 46.23 | 62.66 | 43.38 | - |
| YUV | 195.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 161 | 0.32 | 0 | 0.28 | 0.12 | 126.76 | 0.53 | 0.74 |
| Hex | 99 | E0 | A1 | 20 | 0 | 1C | C | 7F | 35 | 4A |
| Octal | 231 | 340 | 241 | 40 | 0 | 34 | 14 | 177 | 65 | 112 |
| Binary | 10011001 | 11100000 | 10100001 | 100000 | 0 | 11100 | 1100 | 1111111 | 110101 | 1001010 |
Color Harmonies of #99E0A1
Complementary color
Monochromatic Colors of #99E0A1
Black with #99E0A1
Text Example
Text Example
White with #99E0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0A1; }
p { color: rgb(153,224,161); }
H1.HeaderClassName
{
color: #99E0A1;
}
.AnyTagClassName
{
color: #99E0A1;
}
</style>
background-color css
<style>
a { background-color: #99E0A1; }
a { background-color: rgb(153,224,161); }
div.DivClassName
{
background-color: #99E0A1;
}
.BgClassName
{
background-color: #99E0A1;
}
</style>
border-color css
<style>
span { border-color: #99E0A1; }
span { border-color: rgb(153,224,161); }
td.TdClassName
{
border-color: #99E0A1;
}
.TagClassName
{
border-color: #99E0A1;
}
</style>