#9AC3A9

Color #9AC3A9 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9AC3A9

Tints of Chinook #9AC3A9

Color information

#9AC3A9 (or 0x9AC3A9) is unknown color: approx Chinook. HEX triplet: 9A, C3 and A9. RGB value is (154,195,169). Sum of RGB (Red+Green+Blue) = 154+195+169=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A9 is #653C56. Grayscale: #B3B3B3. Windows color (decimal): -6634583 or 11125658. OLE color: 11125658.

HSL color Cylindrical-coordinate representation of color #9AC3A9: hue angle of 141.95º 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 #9AC3A9 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB154195169-
CMYK0.2100.130.24
HSL141.95º25.47%68.43%-
HSV(B)141.95º21.03%76.47%-
XYZ4048.7644.84-
YUV179.78121.92109.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=29.73%
G=37.64%
B=32.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951690.2100.130.24141.9525.4768.43
Hex9AC3A9150D188e1944
Octal232303251250153021631104
Binary10011010110000111010100110101011011100010001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC3A9; }

 p { color: rgb(154,195,169); }

 H1.HeaderClassName
 {
   color: #9AC3A9;
 }
 .AnyTagClassName
 {
   color: #9AC3A9;
 }
</style>
background-color css

<style>
 a { background-color: #9AC3A9; }

 a { background-color: rgb(154,195,169); }

 div.DivClassName
 {
   background-color: #9AC3A9;
 }
 .BgClassName
 {
   background-color: #9AC3A9;
 }
</style>
border-color css

<style>
 span { border-color: #9AC3A9; }

 span { border-color: rgb(154,195,169); }

 td.TdClassName
 {
   border-color: #9AC3A9;
 }
 .TagClassName
 {
   border-color: #9AC3A9;
 }
</style>