#9ACAA9

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

Shades of Chinook #9ACAA9

Tints of Chinook #9ACAA9

Color information

#9ACAA9 (or 0x9ACAA9) is unknown color: approx Chinook. HEX triplet: 9A, CA and A9. RGB value is (154,202,169). Sum of RGB (Red+Green+Blue) = 154+202+169=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAA9 is #653556. Grayscale: #B7B7B7. Windows color (decimal): -6632791 or 11127450. OLE color: 11127450.

HSL color Cylindrical-coordinate representation of color #9ACAA9: hue angle of 138.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB154202169-
CMYK0.2400.160.21
HSL138.75º31.17%69.8%-
HSV(B)138.75º23.76%79.22%-
XYZ41.6151.9845.38-
YUV183.89119.6106.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=29.33%
G=38.48%
B=32.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021690.2400.160.21138.7531.1769.8
Hex9ACAA918010158b1f46
Octal232312251300202521337106
Binary100110101100101010101001110000100001010110001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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