Shades of Chinook #9CE6AD
Tints of Chinook #9CE6AD
RGB
CMYK
RGB Variations
Color information
#9CE6AD (or 0x9CE6AD) is known color: Chinook. HEX triplet: 9C, E6 and AD. RGB value is (156,230,173). Sum of RGB (Red+Green+Blue) = 156+230+173=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CE6AD is #631952. Grayscale: #C9C9C9. Windows color (decimal): -6494547 or 11396764. OLE color: 11396764.
HSL color Cylindrical-coordinate representation of color #9CE6AD: hue angle of 133.78º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE6AD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 173 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.10 |
| HSL | 133.78º | 0.6% | 0.76% | - |
| HSV(B) | 133.78º | 0.32% | 0.9% | - |
| XYZ | 49.55 | 66.68 | 49.79 | - |
| YUV | 201.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 173 | 0.32 | 0 | 0.25 | 0.10 | 133.78 | 0.6 | 0.76 |
| Hex | 9C | E6 | AD | 20 | 0 | 19 | A | 86 | 3C | 4C |
| Octal | 234 | 346 | 255 | 40 | 0 | 31 | 12 | 206 | 74 | 114 |
| Binary | 10011100 | 11100110 | 10101101 | 100000 | 0 | 11001 | 1010 | 10000110 | 111100 | 1001100 |
Color Harmonies of #9CE6AD
Complementary color
Monochromatic Colors of #9CE6AD
Black with #9CE6AD
Text Example
Text Example
White with #9CE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE6AD; }
p { color: rgb(156,230,173); }
H1.HeaderClassName
{
color: #9CE6AD;
}
.AnyTagClassName
{
color: #9CE6AD;
}
</style>
background-color css
<style>
a { background-color: #9CE6AD; }
a { background-color: rgb(156,230,173); }
div.DivClassName
{
background-color: #9CE6AD;
}
.BgClassName
{
background-color: #9CE6AD;
}
</style>
border-color css
<style>
span { border-color: #9CE6AD; }
span { border-color: rgb(156,230,173); }
td.TdClassName
{
border-color: #9CE6AD;
}
.TagClassName
{
border-color: #9CE6AD;
}
</style>