#9ACCA0

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

Shades of Chinook #9ACCA0

Tints of Chinook #9ACCA0

Color information

#9ACCA0 (or 0x9ACCA0) is unknown color: approx Chinook. HEX triplet: 9A, CC and A0. RGB value is (154,204,160). Sum of RGB (Red+Green+Blue) = 154+204+160=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACCA0 is #65335F. Grayscale: #B8B8B8. Windows color (decimal): -6632288 or 10538138. OLE color: 10538138.

HSL color Cylindrical-coordinate representation of color #9ACCA0: hue angle of 127.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB154204160-
CMYK0.2500.220.2
HSL127.2º32.89%70.2%-
HSV(B)127.2º24.51%80%-
XYZ41.2652.5941.23-
YUV184.03114.44106.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=29.73%
G=39.38%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041600.2500.220.2127.232.8970.2
Hex9ACCA019016147f2146
Octal232314240310262417741106
Binary100110101100110010100000110010101101010011111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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