Shades of Chinook #9CDEA5
Tints of Chinook #9CDEA5
RGB
CMYK
RGB Variations
Color information
#9CDEA5 (or 0x9CDEA5) is known color: Chinook. HEX triplet: 9C, DE and A5. RGB value is (156,222,165). Sum of RGB (Red+Green+Blue) = 156+222+165=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEA5 is #63215A. Grayscale: #C3C3C3. Windows color (decimal): -6496603 or 10870428. OLE color: 10870428.
HSL color Cylindrical-coordinate representation of color #9CDEA5: hue angle of 128.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEA5 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 165 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.13 |
| HSL | 128.18º | 0.5% | 0.74% | - |
| HSV(B) | 128.18º | 0.3% | 0.87% | - |
| XYZ | 46.62 | 62.03 | 45.11 | - |
| YUV | 195.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 165 | 0.30 | 0 | 0.26 | 0.13 | 128.18 | 0.5 | 0.74 |
| Hex | 9C | DE | A5 | 1E | 0 | 1A | D | 80 | 32 | 4A |
| Octal | 234 | 336 | 245 | 36 | 0 | 32 | 15 | 200 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10100101 | 11110 | 0 | 11010 | 1101 | 10000000 | 110010 | 1001010 |
Color Harmonies of #9CDEA5
Complementary color
Monochromatic Colors of #9CDEA5
Black with #9CDEA5
Text Example
Text Example
White with #9CDEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEA5; }
p { color: rgb(156,222,165); }
H1.HeaderClassName
{
color: #9CDEA5;
}
.AnyTagClassName
{
color: #9CDEA5;
}
</style>
background-color css
<style>
a { background-color: #9CDEA5; }
a { background-color: rgb(156,222,165); }
div.DivClassName
{
background-color: #9CDEA5;
}
.BgClassName
{
background-color: #9CDEA5;
}
</style>
border-color css
<style>
span { border-color: #9CDEA5; }
span { border-color: rgb(156,222,165); }
td.TdClassName
{
border-color: #9CDEA5;
}
.TagClassName
{
border-color: #9CDEA5;
}
</style>