Shades of Chinook #9CD5A8
Tints of Chinook #9CD5A8
RGB
CMYK
RGB Variations
Color information
#9CD5A8 (or 0x9CD5A8) is known color: Chinook. HEX triplet: 9C, D5 and A8. RGB value is (156,213,168). Sum of RGB (Red+Green+Blue) = 156+213+168=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD5A8 is #632A57. Grayscale: #BEBEBE. Windows color (decimal): -6498904 or 11064732. OLE color: 11064732.
HSL color Cylindrical-coordinate representation of color #9CD5A8: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5A8 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 213 | 168 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.16 |
| HSL | 132.63º | 0.4% | 0.72% | - |
| HSV(B) | 132.63º | 0.27% | 0.84% | - |
| XYZ | 44.57 | 57.48 | 45.79 | - |
| YUV | 190.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 213 | 168 | 0.27 | 0 | 0.21 | 0.16 | 132.63 | 0.4 | 0.72 |
| Hex | 9C | D5 | A8 | 1B | 0 | 15 | 10 | 85 | 28 | 48 |
| Octal | 234 | 325 | 250 | 33 | 0 | 25 | 20 | 205 | 50 | 110 |
| Binary | 10011100 | 11010101 | 10101000 | 11011 | 0 | 10101 | 10000 | 10000101 | 101000 | 1001000 |
Color Harmonies of #9CD5A8
Complementary color
Monochromatic Colors of #9CD5A8
Black with #9CD5A8
Text Example
Text Example
White with #9CD5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD5A8; }
p { color: rgb(156,213,168); }
H1.HeaderClassName
{
color: #9CD5A8;
}
.AnyTagClassName
{
color: #9CD5A8;
}
</style>
background-color css
<style>
a { background-color: #9CD5A8; }
a { background-color: rgb(156,213,168); }
div.DivClassName
{
background-color: #9CD5A8;
}
.BgClassName
{
background-color: #9CD5A8;
}
</style>
border-color css
<style>
span { border-color: #9CD5A8; }
span { border-color: rgb(156,213,168); }
td.TdClassName
{
border-color: #9CD5A8;
}
.TagClassName
{
border-color: #9CD5A8;
}
</style>