Shades of Chinook #95DCA9
Tints of Chinook #95DCA9
RGB
CMYK
RGB Variations
Color information
#95DCA9 (or 0x95DCA9) is known color: Chinook. HEX triplet: 95, DC and A9. RGB value is (149,220,169). Sum of RGB (Red+Green+Blue) = 149+220+169=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCA9 is #6A2356. Grayscale: #C1C1C1. Windows color (decimal): -6955863 or 11132053. OLE color: 11132053.
HSL color Cylindrical-coordinate representation of color #95DCA9: hue angle of 136.9º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCA9 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 169 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.14 |
| HSL | 136.9º | 0.5% | 0.72% | - |
| HSV(B) | 136.9º | 0.32% | 0.86% | - |
| XYZ | 45.15 | 60.44 | 46.82 | - |
| YUV | 192.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 169 | 0.32 | 0 | 0.23 | 0.14 | 136.9 | 0.5 | 0.72 |
| Hex | 95 | DC | A9 | 20 | 0 | 17 | E | 89 | 32 | 48 |
| Octal | 225 | 334 | 251 | 40 | 0 | 27 | 16 | 211 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10101001 | 100000 | 0 | 10111 | 1110 | 10001001 | 110010 | 1001000 |
Color Harmonies of #95DCA9
Complementary color
Monochromatic Colors of #95DCA9
Black with #95DCA9
Text Example
Text Example
White with #95DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCA9; }
p { color: rgb(149,220,169); }
H1.HeaderClassName
{
color: #95DCA9;
}
.AnyTagClassName
{
color: #95DCA9;
}
</style>
background-color css
<style>
a { background-color: #95DCA9; }
a { background-color: rgb(149,220,169); }
div.DivClassName
{
background-color: #95DCA9;
}
.BgClassName
{
background-color: #95DCA9;
}
</style>
border-color css
<style>
span { border-color: #95DCA9; }
span { border-color: rgb(149,220,169); }
td.TdClassName
{
border-color: #95DCA9;
}
.TagClassName
{
border-color: #95DCA9;
}
</style>