Shades of Chinook #9CCEA4
Tints of Chinook #9CCEA4
RGB
CMYK
RGB Variations
Color information
#9CCEA4 (or 0x9CCEA4) is known color: Chinook. HEX triplet: 9C, CE and A4. RGB value is (156,206,164). Sum of RGB (Red+Green+Blue) = 156+206+164=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEA4 is #63315B. Grayscale: #BABABA. Windows color (decimal): -6500700 or 10800796. OLE color: 10800796.
HSL color Cylindrical-coordinate representation of color #9CCEA4: hue angle of 129.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEA4 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 164 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.19 |
| HSL | 129.6º | 0.34% | 0.71% | - |
| HSV(B) | 129.6º | 0.24% | 0.81% | - |
| XYZ | 42.48 | 53.89 | 43.28 | - |
| YUV | 186.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 164 | 0.24 | 0 | 0.20 | 0.19 | 129.6 | 0.34 | 0.71 |
| Hex | 9C | CE | A4 | 18 | 0 | 14 | 13 | 82 | 22 | 47 |
| Octal | 234 | 316 | 244 | 30 | 0 | 24 | 23 | 202 | 42 | 107 |
| Binary | 10011100 | 11001110 | 10100100 | 11000 | 0 | 10100 | 10011 | 10000010 | 100010 | 1000111 |
Color Harmonies of #9CCEA4
Complementary color
Monochromatic Colors of #9CCEA4
Black with #9CCEA4
Text Example
Text Example
White with #9CCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEA4; }
p { color: rgb(156,206,164); }
H1.HeaderClassName
{
color: #9CCEA4;
}
.AnyTagClassName
{
color: #9CCEA4;
}
</style>
background-color css
<style>
a { background-color: #9CCEA4; }
a { background-color: rgb(156,206,164); }
div.DivClassName
{
background-color: #9CCEA4;
}
.BgClassName
{
background-color: #9CCEA4;
}
</style>
border-color css
<style>
span { border-color: #9CCEA4; }
span { border-color: rgb(156,206,164); }
td.TdClassName
{
border-color: #9CCEA4;
}
.TagClassName
{
border-color: #9CCEA4;
}
</style>