#9ACFA7

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

Shades of Chinook #9ACFA7

Tints of Chinook #9ACFA7

Color information

#9ACFA7 (or 0x9ACFA7) is unknown color: approx Chinook. HEX triplet: 9A, CF and A7. RGB value is (154,207,167). Sum of RGB (Red+Green+Blue) = 154+207+167=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFA7 is #653058. Grayscale: #BABABA. Windows color (decimal): -6631513 or 10997658. OLE color: 10997658.

HSL color Cylindrical-coordinate representation of color #9ACFA7: hue angle of 134.72º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFA7 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB154207167-
CMYK0.2600.190.19
HSL134.72º35.57%70.78%-
HSV(B)134.72º25.6%81.18%-
XYZ42.6154.2944.79-
YUV186.59116.94104.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=29.17%
G=39.20%
B=31.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071670.2600.190.19134.7235.5770.78
Hex9ACFA71A01313872447
Octal232317247320232320744107
Binary1001101011001111101001111101001001110011100001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,167); }

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

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

 a { background-color: rgb(154,207,167); }

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

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

 span { border-color: rgb(154,207,167); }

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