Shades of Chinook #91DD9E
Tints of Chinook #91DD9E
RGB
CMYK
RGB Variations
Color information
#91DD9E (or 0x91DD9E) is known color: Chinook. HEX triplet: 91, DD and 9E. RGB value is (145,221,158). Sum of RGB (Red+Green+Blue) = 145+221+158=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #91DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DD9E is #6E2261. Grayscale: #BFBFBF. Windows color (decimal): -7217762 or 10411409. OLE color: 10411409.
HSL color Cylindrical-coordinate representation of color #91DD9E: hue angle of 130.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DD9E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 158 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.13 |
| HSL | 130.26º | 0.53% | 0.72% | - |
| HSV(B) | 130.26º | 0.34% | 0.87% | - |
| XYZ | 43.71 | 60.2 | 41.66 | - |
| YUV | 191.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 158 | 0.34 | 0 | 0.29 | 0.13 | 130.26 | 0.53 | 0.72 |
| Hex | 91 | DD | 9E | 22 | 0 | 1D | D | 82 | 35 | 48 |
| Octal | 221 | 335 | 236 | 42 | 0 | 35 | 15 | 202 | 65 | 110 |
| Binary | 10010001 | 11011101 | 10011110 | 100010 | 0 | 11101 | 1101 | 10000010 | 110101 | 1001000 |
Color Harmonies of #91DD9E
Complementary color
Monochromatic Colors of #91DD9E
Black with #91DD9E
Text Example
Text Example
White with #91DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DD9E; }
p { color: rgb(145,221,158); }
H1.HeaderClassName
{
color: #91DD9E;
}
.AnyTagClassName
{
color: #91DD9E;
}
</style>
background-color css
<style>
a { background-color: #91DD9E; }
a { background-color: rgb(145,221,158); }
div.DivClassName
{
background-color: #91DD9E;
}
.BgClassName
{
background-color: #91DD9E;
}
</style>
border-color css
<style>
span { border-color: #91DD9E; }
span { border-color: rgb(145,221,158); }
td.TdClassName
{
border-color: #91DD9E;
}
.TagClassName
{
border-color: #91DD9E;
}
</style>