Shades of Chinook #9AC3A0
Tints of Chinook #9AC3A0
RGB
CMYK
RGB Variations
Color information
#9AC3A0 (or 0x9AC3A0) is known color: Chinook. HEX triplet: 9A, C3 and A0. RGB value is (154,195,160). Sum of RGB (Red+Green+Blue) = 154+195+160=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A0 is #653C5F. Grayscale: #B2B2B2. Windows color (decimal): -6634592 or 10535834. OLE color: 10535834.
HSL color Cylindrical-coordinate representation of color #9AC3A0: hue angle of 128.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3A0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 160 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.24 |
| HSL | 128.78º | 0.25% | 0.68% | - |
| HSV(B) | 128.78º | 0.21% | 0.76% | - |
| XYZ | 39.19 | 48.44 | 40.54 | - |
| YUV | 178.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 160 | 0.21 | 0 | 0.18 | 0.24 | 128.78 | 0.25 | 0.68 |
| Hex | 9A | C3 | A0 | 15 | 0 | 12 | 18 | 81 | 19 | 44 |
| Octal | 232 | 303 | 240 | 25 | 0 | 22 | 30 | 201 | 31 | 104 |
| Binary | 10011010 | 11000011 | 10100000 | 10101 | 0 | 10010 | 11000 | 10000001 | 11001 | 1000100 |
Color Harmonies of #9AC3A0
Complementary color
Monochromatic Colors of #9AC3A0
Black with #9AC3A0
Text Example
Text Example
White with #9AC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC3A0; }
p { color: rgb(154,195,160); }
H1.HeaderClassName
{
color: #9AC3A0;
}
.AnyTagClassName
{
color: #9AC3A0;
}
</style>
background-color css
<style>
a { background-color: #9AC3A0; }
a { background-color: rgb(154,195,160); }
div.DivClassName
{
background-color: #9AC3A0;
}
.BgClassName
{
background-color: #9AC3A0;
}
</style>
border-color css
<style>
span { border-color: #9AC3A0; }
span { border-color: rgb(154,195,160); }
td.TdClassName
{
border-color: #9AC3A0;
}
.TagClassName
{
border-color: #9AC3A0;
}
</style>