Shades of Chinook #91DA9F
Tints of Chinook #91DA9F
RGB
CMYK
RGB Variations
Color information
#91DA9F (or 0x91DA9F) is known color: Chinook. HEX triplet: 91, DA and 9F. RGB value is (145,218,159). Sum of RGB (Red+Green+Blue) = 145+218+159=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DA9F is #6E2560. Grayscale: #BDBDBD. Windows color (decimal): -7218529 or 10476177. OLE color: 10476177.
HSL color Cylindrical-coordinate representation of color #91DA9F: hue angle of 131.51º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91DA9F is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 159 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.15 |
| HSL | 131.51º | 0.5% | 0.71% | - |
| HSV(B) | 131.51º | 0.33% | 0.85% | - |
| XYZ | 43.01 | 58.67 | 41.86 | - |
| YUV | 189.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 159 | 0.33 | 0 | 0.27 | 0.15 | 131.51 | 0.5 | 0.71 |
| Hex | 91 | DA | 9F | 21 | 0 | 1B | F | 84 | 32 | 47 |
| Octal | 221 | 332 | 237 | 41 | 0 | 33 | 17 | 204 | 62 | 107 |
| Binary | 10010001 | 11011010 | 10011111 | 100001 | 0 | 11011 | 1111 | 10000100 | 110010 | 1000111 |
Color Harmonies of #91DA9F
Complementary color
Monochromatic Colors of #91DA9F
Black with #91DA9F
Text Example
Text Example
White with #91DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA9F; }
p { color: rgb(145,218,159); }
H1.HeaderClassName
{
color: #91DA9F;
}
.AnyTagClassName
{
color: #91DA9F;
}
</style>
background-color css
<style>
a { background-color: #91DA9F; }
a { background-color: rgb(145,218,159); }
div.DivClassName
{
background-color: #91DA9F;
}
.BgClassName
{
background-color: #91DA9F;
}
</style>
border-color css
<style>
span { border-color: #91DA9F; }
span { border-color: rgb(145,218,159); }
td.TdClassName
{
border-color: #91DA9F;
}
.TagClassName
{
border-color: #91DA9F;
}
</style>