Shades of Chinook #9CD4A8
Tints of Chinook #9CD4A8
RGB
CMYK
RGB Variations
Color information
#9CD4A8 (or 0x9CD4A8) is known color: Chinook. HEX triplet: 9C, D4 and A8. RGB value is (156,212,168). Sum of RGB (Red+Green+Blue) = 156+212+168=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD4A8 is #632B57. Grayscale: #BEBEBE. Windows color (decimal): -6499160 or 11064476. OLE color: 11064476.
HSL color Cylindrical-coordinate representation of color #9CD4A8: hue angle of 132.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD4A8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 212 | 168 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.17 |
| HSL | 132.86º | 0.39% | 0.72% | - |
| HSV(B) | 132.86º | 0.26% | 0.83% | - |
| XYZ | 44.32 | 56.98 | 45.71 | - |
| YUV | 190.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 212 | 168 | 0.26 | 0 | 0.21 | 0.17 | 132.86 | 0.39 | 0.72 |
| Hex | 9C | D4 | A8 | 1A | 0 | 15 | 11 | 85 | 27 | 48 |
| Octal | 234 | 324 | 250 | 32 | 0 | 25 | 21 | 205 | 47 | 110 |
| Binary | 10011100 | 11010100 | 10101000 | 11010 | 0 | 10101 | 10001 | 10000101 | 100111 | 1001000 |
Color Harmonies of #9CD4A8
Complementary color
Monochromatic Colors of #9CD4A8
Black with #9CD4A8
Text Example
Text Example
White with #9CD4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD4A8; }
p { color: rgb(156,212,168); }
H1.HeaderClassName
{
color: #9CD4A8;
}
.AnyTagClassName
{
color: #9CD4A8;
}
</style>
background-color css
<style>
a { background-color: #9CD4A8; }
a { background-color: rgb(156,212,168); }
div.DivClassName
{
background-color: #9CD4A8;
}
.BgClassName
{
background-color: #9CD4A8;
}
</style>
border-color css
<style>
span { border-color: #9CD4A8; }
span { border-color: rgb(156,212,168); }
td.TdClassName
{
border-color: #9CD4A8;
}
.TagClassName
{
border-color: #9CD4A8;
}
</style>