Shades of Chinook #91E1A1
Tints of Chinook #91E1A1
RGB
CMYK
RGB Variations
Color information
#91E1A1 (or 0x91E1A1) is known color: Chinook. HEX triplet: 91, E1 and A1. RGB value is (145,225,161). Sum of RGB (Red+Green+Blue) = 145+225+161=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #91E1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91E1A1 is #6E1E5E. Grayscale: #C1C1C1. Windows color (decimal): -7216735 or 10609041. OLE color: 10609041.
HSL color Cylindrical-coordinate representation of color #91E1A1: hue angle of 132º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91E1A1 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 225 | 161 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.12 |
| HSL | 132º | 0.57% | 0.73% | - |
| HSV(B) | 132º | 0.36% | 0.88% | - |
| XYZ | 45.04 | 62.44 | 43.4 | - |
| YUV | 193.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 225 | 161 | 0.36 | 0 | 0.28 | 0.12 | 132 | 0.57 | 0.73 |
| Hex | 91 | E1 | A1 | 24 | 0 | 1C | C | 84 | 39 | 49 |
| Octal | 221 | 341 | 241 | 44 | 0 | 34 | 14 | 204 | 71 | 111 |
| Binary | 10010001 | 11100001 | 10100001 | 100100 | 0 | 11100 | 1100 | 10000100 | 111001 | 1001001 |
Color Harmonies of #91E1A1
Complementary color
Monochromatic Colors of #91E1A1
Black with #91E1A1
Text Example
Text Example
White with #91E1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E1A1; }
p { color: rgb(145,225,161); }
H1.HeaderClassName
{
color: #91E1A1;
}
.AnyTagClassName
{
color: #91E1A1;
}
</style>
background-color css
<style>
a { background-color: #91E1A1; }
a { background-color: rgb(145,225,161); }
div.DivClassName
{
background-color: #91E1A1;
}
.BgClassName
{
background-color: #91E1A1;
}
</style>
border-color css
<style>
span { border-color: #91E1A1; }
span { border-color: rgb(145,225,161); }
td.TdClassName
{
border-color: #91E1A1;
}
.TagClassName
{
border-color: #91E1A1;
}
</style>