Shades of Chinook #91E5A1
Tints of Chinook #91E5A1
RGB
CMYK
RGB Variations
Color information
#91E5A1 (or 0x91E5A1) is known color: Chinook. HEX triplet: 91, E5 and A1. RGB value is (145,229,161). Sum of RGB (Red+Green+Blue) = 145+229+161=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #91E5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91E5A1 is #6E1A5E. Grayscale: #C4C4C4. Windows color (decimal): -7215711 or 10610065. OLE color: 10610065.
HSL color Cylindrical-coordinate representation of color #91E5A1: hue angle of 131.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E5A1 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 229 | 161 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.10 |
| HSL | 131.43º | 0.62% | 0.73% | - |
| HSV(B) | 131.43º | 0.37% | 0.9% | - |
| XYZ | 46.13 | 64.63 | 43.76 | - |
| YUV | 196.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 161 | 0.37 | 0 | 0.30 | 0.10 | 131.43 | 0.62 | 0.73 |
| Hex | 91 | E5 | A1 | 25 | 0 | 1E | A | 83 | 3E | 49 |
| Octal | 221 | 345 | 241 | 45 | 0 | 36 | 12 | 203 | 76 | 111 |
| Binary | 10010001 | 11100101 | 10100001 | 100101 | 0 | 11110 | 1010 | 10000011 | 111110 | 1001001 |
Color Harmonies of #91E5A1
Complementary color
Monochromatic Colors of #91E5A1
Black with #91E5A1
Text Example
Text Example
White with #91E5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5A1; }
p { color: rgb(145,229,161); }
H1.HeaderClassName
{
color: #91E5A1;
}
.AnyTagClassName
{
color: #91E5A1;
}
</style>
background-color css
<style>
a { background-color: #91E5A1; }
a { background-color: rgb(145,229,161); }
div.DivClassName
{
background-color: #91E5A1;
}
.BgClassName
{
background-color: #91E5A1;
}
</style>
border-color css
<style>
span { border-color: #91E5A1; }
span { border-color: rgb(145,229,161); }
td.TdClassName
{
border-color: #91E5A1;
}
.TagClassName
{
border-color: #91E5A1;
}
</style>