Shades of Chinook #91DC9F
Tints of Chinook #91DC9F
RGB
CMYK
RGB Variations
Color information
#91DC9F (or 0x91DC9F) is known color: Chinook. HEX triplet: 91, DC and 9F. RGB value is (145,220,159). Sum of RGB (Red+Green+Blue) = 145+220+159=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DC9F is #6E2360. Grayscale: #BEBEBE. Windows color (decimal): -7218017 or 10476689. OLE color: 10476689.
HSL color Cylindrical-coordinate representation of color #91DC9F: hue angle of 131.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DC9F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 159 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.14 |
| HSL | 131.2º | 0.52% | 0.72% | - |
| HSV(B) | 131.2º | 0.34% | 0.86% | - |
| XYZ | 43.53 | 59.71 | 42.03 | - |
| YUV | 190.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 159 | 0.34 | 0 | 0.28 | 0.14 | 131.2 | 0.52 | 0.72 |
| Hex | 91 | DC | 9F | 22 | 0 | 1C | E | 83 | 34 | 48 |
| Octal | 221 | 334 | 237 | 42 | 0 | 34 | 16 | 203 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10011111 | 100010 | 0 | 11100 | 1110 | 10000011 | 110100 | 1001000 |
Color Harmonies of #91DC9F
Complementary color
Monochromatic Colors of #91DC9F
Black with #91DC9F
Text Example
Text Example
White with #91DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC9F; }
p { color: rgb(145,220,159); }
H1.HeaderClassName
{
color: #91DC9F;
}
.AnyTagClassName
{
color: #91DC9F;
}
</style>
background-color css
<style>
a { background-color: #91DC9F; }
a { background-color: rgb(145,220,159); }
div.DivClassName
{
background-color: #91DC9F;
}
.BgClassName
{
background-color: #91DC9F;
}
</style>
border-color css
<style>
span { border-color: #91DC9F; }
span { border-color: rgb(145,220,159); }
td.TdClassName
{
border-color: #91DC9F;
}
.TagClassName
{
border-color: #91DC9F;
}
</style>