Shades of Chinook #9ACD9D
Tints of Chinook #9ACD9D
RGB
CMYK
RGB Variations
Color information
#9ACD9D (or 0x9ACD9D) is known color: Chinook. HEX triplet: 9A, CD and 9D. RGB value is (154,205,157). Sum of RGB (Red+Green+Blue) = 154+205+157=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD9D is #653262. Grayscale: #B8B8B8. Windows color (decimal): -6632035 or 10341786. OLE color: 10341786.
HSL color Cylindrical-coordinate representation of color #9ACD9D: hue angle of 123.53º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACD9D is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 157 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.20 |
| HSL | 123.53º | 0.34% | 0.7% | - |
| HSV(B) | 123.53º | 0.25% | 0.8% | - |
| XYZ | 41.24 | 52.97 | 39.95 | - |
| YUV | 184.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 157 | 0.25 | 0 | 0.23 | 0.20 | 123.53 | 0.34 | 0.7 |
| Hex | 9A | CD | 9D | 19 | 0 | 17 | 14 | 7C | 22 | 46 |
| Octal | 232 | 315 | 235 | 31 | 0 | 27 | 24 | 174 | 42 | 106 |
| Binary | 10011010 | 11001101 | 10011101 | 11001 | 0 | 10111 | 10100 | 1111100 | 100010 | 1000110 |
Color Harmonies of #9ACD9D
Complementary color
Monochromatic Colors of #9ACD9D
Black with #9ACD9D
Text Example
Text Example
White with #9ACD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD9D; }
p { color: rgb(154,205,157); }
H1.HeaderClassName
{
color: #9ACD9D;
}
.AnyTagClassName
{
color: #9ACD9D;
}
</style>
background-color css
<style>
a { background-color: #9ACD9D; }
a { background-color: rgb(154,205,157); }
div.DivClassName
{
background-color: #9ACD9D;
}
.BgClassName
{
background-color: #9ACD9D;
}
</style>
border-color css
<style>
span { border-color: #9ACD9D; }
span { border-color: rgb(154,205,157); }
td.TdClassName
{
border-color: #9ACD9D;
}
.TagClassName
{
border-color: #9ACD9D;
}
</style>