#9ACAA0

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

Shades of Chinook #9ACAA0

Tints of Chinook #9ACAA0

Color information

#9ACAA0 (or 0x9ACAA0) is unknown color: approx Chinook. HEX triplet: 9A, CA and A0. RGB value is (154,202,160). Sum of RGB (Red+Green+Blue) = 154+202+160=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAA0 is #65355F. Grayscale: #B6B6B6. Windows color (decimal): -6632800 or 10537626. OLE color: 10537626.

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

Color convert

RGB154202160-
CMYK0.2400.210.21
HSL127.5º31.17%69.8%-
HSV(B)127.5º23.76%79.22%-
XYZ40.7951.6541.08-
YUV182.86115.1107.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=29.84%
G=39.15%
B=31.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021600.2400.210.21127.531.1769.8
Hex9ACAA018015157f1f46
Octal232312240300252517737106
Binary10011010110010101010000011000010101101011111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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