Shades of Chinook #9CDAA2
Tints of Chinook #9CDAA2
RGB
CMYK
RGB Variations
Color information
#9CDAA2 (or 0x9CDAA2) is known color: Chinook. HEX triplet: 9C, DA and A2. RGB value is (156,218,162). Sum of RGB (Red+Green+Blue) = 156+218+162=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDAA2 is #63255D. Grayscale: #C1C1C1. Windows color (decimal): -6497630 or 10672796. OLE color: 10672796.
HSL color Cylindrical-coordinate representation of color #9CDAA2: hue angle of 125.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAA2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 162 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.15 |
| HSL | 125.81º | 0.46% | 0.73% | - |
| HSV(B) | 125.81º | 0.28% | 0.85% | - |
| XYZ | 45.3 | 59.82 | 43.34 | - |
| YUV | 193.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 162 | 0.28 | 0 | 0.26 | 0.15 | 125.81 | 0.46 | 0.73 |
| Hex | 9C | DA | A2 | 1C | 0 | 1A | F | 7E | 2E | 49 |
| Octal | 234 | 332 | 242 | 34 | 0 | 32 | 17 | 176 | 56 | 111 |
| Binary | 10011100 | 11011010 | 10100010 | 11100 | 0 | 11010 | 1111 | 1111110 | 101110 | 1001001 |
Color Harmonies of #9CDAA2
Complementary color
Monochromatic Colors of #9CDAA2
Black with #9CDAA2
Text Example
Text Example
White with #9CDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDAA2; }
p { color: rgb(156,218,162); }
H1.HeaderClassName
{
color: #9CDAA2;
}
.AnyTagClassName
{
color: #9CDAA2;
}
</style>
background-color css
<style>
a { background-color: #9CDAA2; }
a { background-color: rgb(156,218,162); }
div.DivClassName
{
background-color: #9CDAA2;
}
.BgClassName
{
background-color: #9CDAA2;
}
</style>
border-color css
<style>
span { border-color: #9CDAA2; }
span { border-color: rgb(156,218,162); }
td.TdClassName
{
border-color: #9CDAA2;
}
.TagClassName
{
border-color: #9CDAA2;
}
</style>