Shades of Chinook #9CD2A0
Tints of Chinook #9CD2A0
RGB
CMYK
RGB Variations
Color information
#9CD2A0 (or 0x9CD2A0) is known color: Chinook. HEX triplet: 9C, D2 and A0. RGB value is (156,210,160). Sum of RGB (Red+Green+Blue) = 156+210+160=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD2A0 is #632D5F. Grayscale: #BCBCBC. Windows color (decimal): -6499680 or 10539676. OLE color: 10539676.
HSL color Cylindrical-coordinate representation of color #9CD2A0: hue angle of 124.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD2A0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 160 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.18 |
| HSL | 124.44º | 0.38% | 0.72% | - |
| HSV(B) | 124.44º | 0.26% | 0.82% | - |
| XYZ | 43.1 | 55.7 | 41.74 | - |
| YUV | 188.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 160 | 0.26 | 0 | 0.24 | 0.18 | 124.44 | 0.38 | 0.72 |
| Hex | 9C | D2 | A0 | 1A | 0 | 18 | 12 | 7C | 26 | 48 |
| Octal | 234 | 322 | 240 | 32 | 0 | 30 | 22 | 174 | 46 | 110 |
| Binary | 10011100 | 11010010 | 10100000 | 11010 | 0 | 11000 | 10010 | 1111100 | 100110 | 1001000 |
Color Harmonies of #9CD2A0
Complementary color
Monochromatic Colors of #9CD2A0
Black with #9CD2A0
Text Example
Text Example
White with #9CD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD2A0; }
p { color: rgb(156,210,160); }
H1.HeaderClassName
{
color: #9CD2A0;
}
.AnyTagClassName
{
color: #9CD2A0;
}
</style>
background-color css
<style>
a { background-color: #9CD2A0; }
a { background-color: rgb(156,210,160); }
div.DivClassName
{
background-color: #9CD2A0;
}
.BgClassName
{
background-color: #9CD2A0;
}
</style>
border-color css
<style>
span { border-color: #9CD2A0; }
span { border-color: rgb(156,210,160); }
td.TdClassName
{
border-color: #9CD2A0;
}
.TagClassName
{
border-color: #9CD2A0;
}
</style>