#9AC6A0

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

Shades of Chinook #9AC6A0

Tints of Chinook #9AC6A0

Color information

#9AC6A0 (or 0x9AC6A0) is unknown color: approx Chinook. HEX triplet: 9A, C6 and A0. RGB value is (154,198,160). Sum of RGB (Red+Green+Blue) = 154+198+160=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6A0 is #65395F. Grayscale: #B4B4B4. Windows color (decimal): -6633824 or 10536602. OLE color: 10536602.

HSL color Cylindrical-coordinate representation of color #9AC6A0: hue angle of 128.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC6A0 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB154198160-
CMYK0.2200.190.22
HSL128.18º27.85%69.02%-
HSV(B)128.18º22.22%77.65%-
XYZ39.8749.840.77-
YUV180.51116.42109.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=30.08%
G=38.67%
B=31.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981600.2200.190.22128.1827.8569.02
Hex9AC6A01601316801c45
Octal232306240260232620034105
Binary100110101100011010100000101100100111011010000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,198,160); }

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

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

 a { background-color: rgb(154,198,160); }

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

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

 span { border-color: rgb(154,198,160); }

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