#9AC6A3

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

Shades of Chinook #9AC6A3

Tints of Chinook #9AC6A3

Color information

#9AC6A3 (or 0x9AC6A3) is unknown color: approx Chinook. HEX triplet: 9A, C6 and A3. RGB value is (154,198,163). Sum of RGB (Red+Green+Blue) = 154+198+163=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6A3 is #65395C. Grayscale: #B4B4B4. Windows color (decimal): -6633821 or 10733210. OLE color: 10733210.

HSL color Cylindrical-coordinate representation of color #9AC6A3: hue angle of 132.27º 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 #9AC6A3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB154198163-
CMYK0.2200.180.22
HSL132.27º27.85%69.02%-
HSV(B)132.27º22.22%77.65%-
XYZ40.1349.942.17-
YUV180.85117.92108.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=29.90%
G=38.45%
B=31.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981630.2200.180.22132.2727.8569.02
Hex9AC6A31601216841c45
Octal232306243260222620434105
Binary100110101100011010100011101100100101011010000100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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